View source: R/get_days_sales_outstanding.R
get_days_sales_outstanding | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_days_sales_outstanding(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Days Sales Outstanding data.
df <- data.frame('symbol' = 'AAPL') res <- get_days_sales_outstanding(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.