Description Usage Arguments Examples
View source: R/income_statement.R
Income statments for a company - annual, quarterly, ttm
1 | income_statement(symbol, freq = "annual", ...)
|
symbol |
Ticker symbol |
freq |
Frequency - annual, quarterly or ttm |
1 2 3 | income_statement('BAC', freq = 'annual')
income_statement('BAC', freq = 'quarterly')
income_statement('BAC', freq = 'ttm')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.