get_cf | R Documentation |
A tidy dataframe of cash flow data.
get_cf(ticker, report_type = "annual")
ticker |
A string vector of stock tickers. Ex. ticker = c("AAPL", "MSFT") |
report_type |
Accepts "quarterly" or "annual". Default is "annual". Both return 4 intervals. |
Dataframe
get_cf("AAPL")
get_cf(c("AAPL", "MSFT"), report_type = "quarterly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.