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