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