Description Usage Arguments Value
View source: R/get_company_data.R
Get company data from Yahoo Finance or Investing.com
1 | get_company_data(tickers, type, start_date, end_date, frequency)
|
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' |
object of class tbl_df
with columns, ticker, type and nested raw and clean company data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.