gather_financial_statement_company_compare: Given the tickers, statement, year and period returns all the...

Description Usage Arguments Value Examples

View source: R/rintrinio.R

Description

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

Usage

1
2
3
4
5
6
7
gather_financial_statement_company_compare(
  api_key,
  ticker,
  statement,
  year,
  period
)

Arguments

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

Value

a dataframe that contains information about the given statement for the given tickers at the given time

Examples

1
2
gather_financial_statement_company_compare('OjhlMjhjNTBmY2IyMWJiMWE0MTExYjQwNWZmZTVkZWM1',
c('AAPL', 'CSCO'), 'income_statement', '2019', 'Q1')

UBC-MDS/rintrinio documentation built on March 31, 2020, 12:54 a.m.