get_company_data: Get company data from Yahoo Finance or Investing.com

Description Usage Arguments Value

View source: R/get_company_data.R

Description

Get company data from Yahoo Finance or Investing.com

Usage

1
get_company_data(tickers, type, start_date, end_date, frequency)

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, ticker, type and nested raw and clean company data


ces0491/companyDataScrapeR documentation built on July 19, 2021, 7:31 p.m.