Description Usage Arguments Value Examples
Given the tickers, statement, year and period returns all the information from the Intrinio API fundamental reported financials for that time and those tickers as a dataframe
1 2 3 4 5 6 7 | gather_financial_statement_company_compare(
api_key,
ticker,
statement,
year,
period
)
|
api_key |
character API key (sandbox or production) from Intrinio |
ticker |
character vector of the ticker symbols you would like to study |
statement |
character the statement that you want to study options: 'income_statement', 'cash_flow_statement', 'balance_sheet_statement' |
year |
character the year you want the information from |
period |
character the period you want the information from |
a dataframe that contains information about the given statement for the given tickers at the given time
1 2 | gather_financial_statement_company_compare('OjhlMjhjNTBmY2IyMWJiMWE0MTExYjQwNWZmZTVkZWM1',
c('AAPL', 'CSCO'), 'income_statement', '2019', 'Q1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.