get_equity_data: Wrapper function to companyDataScrapeR

Description Usage Arguments Value

View source: R/get_equity_data.R

Description

Wrapper function to companyDataScrapeR

Usage

1
2
3
4
5
6
7
get_equity_data(
  tickers,
  type,
  start_date = NULL,
  end_date = NULL,
  frequency = NULL
)

Arguments

tickers

character vector of tickers where data is prefixed with the source, e.g. YAH-EXAMPLETICKER

type

string specifying the type of data required - one of is, bs, cfs or price

start_date

start date

end_date

end date

frequency

string indicating the frequency to return price data, e.g. 'monthly'

Value

object of class tbl_df with columns, date, ticker, type and nested company data


ces0491/fdoR documentation built on July 19, 2021, 8:47 a.m.