Description Usage Arguments Value
View source: R/get_yahoo_data.R
get tidy yahoo data
1 2 3 4 5 6 7 |
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) |
object of class tbl_df
with ticker, type, nested data.frame of scraped data and nested data.frame of tidy scraped data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.