View source: R/get_operating_cash_flow.R
get_operating_cash_flow | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_operating_cash_flow(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio measures the value of a company's Net Sales Revenue relative to the value of its Total Assets. The ratio indicates how effectively a company is using its assets in order to generate sales.
Input data.frame supplemented by the company's available Operating Cash Flow per Share data.
df <- data.frame('symbol' = 'AAPL') res <- get_operating_cash_flow(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.