gather_financial_statement_time_series: Given the ticker, statement, year(s) and period(s) return the...

Description Usage Arguments Value Examples

View source: R/rintrinio.R

Description

Given the ticker, statement, year(s) and period(s) return the complete available financial information from the Intrinio API stock data

Usage

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

Arguments

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

Value

dataframe containing information about the given statement for the given ticker at the given times

Examples

1
2
gather_financial_statement_time_series('OjhlMjhjNTBmY2IyMWJiMWE0MTExYjQwNWZmZTVkZWM1',
'CVX', 'income_statement', c('2017','2018'), c('Q1','Q3'))

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