get_days_sales_outstanding: Get Days Sales Outstanding

View source: R/get_days_sales_outstanding.R

get_days_sales_outstandingR Documentation

Get Days Sales Outstanding

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_days_sales_outstanding(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

The Days Sales Outstanding is the average number of days it takes a company to receive payment for a sale. A higher Days Sales Outstanding indicates the company is getting its payments quickly. Generally DSO <45 days is considered low.

Value

Input data.frame supplemented by the company's available Days Sales Outstanding data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_days_sales_outstanding(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.