Description Usage Arguments Value Examples
Given the ticker, statement, year(s) and period(s) return the complete available financial information from the Intrinio API stock data
1 2 3 4 5 6 7 | gather_financial_statement_time_series(
api_key,
ticker,
statement,
year,
period
)
|
api_key |
character (sandbox or production) from Intrinio |
ticker |
character the ticker symbol you would like to get information for |
statement |
character that represents the financial statement that you want to study options: 'income_statement', 'cash_flow_statement', 'balance_sheet_statement' |
year |
character vector of the year(s) you want the information for |
period |
character vector of the period(s) you want the information for |
dataframe containing information about the given statement for the given ticker at the given times
1 2 | gather_financial_statement_time_series('OjhlMjhjNTBmY2IyMWJiMWE0MTExYjQwNWZmZTVkZWM1',
'CVX', 'income_statement', c('2017','2018'), c('Q1','Q3'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.