get_yahoo_data: get tidy yahoo data

Description Usage Arguments Value

View source: R/get_yahoo_data.R

Description

get tidy yahoo data

Usage

1
2
3
4
5
6
7
get_yahoo_data(
  tickers,
  type = c("price", "IS", "BS", "CFS"),
  start_date = NULL,
  end_date = NULL,
  frequency = NULL
)

Arguments

tickers

character vector of stock tickers following Yahoo Finance format i.e. JSE ticker EXAMPLE.JO

type

character vector specifying the type of company data you want to retrieve

start_date

start date for price data retrieval. Default NULL assumes no price data.

end_date

end date for price data retrieval. Default NULL assumes no price data.

frequency

string indicating the frequency of data to retrieve (if retrieving price data)

Value

object of class tbl_df with ticker, type, nested data.frame of scraped data and nested data.frame of tidy scraped data


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