View source: R/historical_information.R
historical_information | R Documentation |
Get historical information for investing funds
historical_information( information_type = c("BindHistoryInfo", "BindHistoryAllocation"), fund_type = c("YAT", "EMK", "BYF"), start_date, end_date, fund_code = NULL )
information_type |
Type of the information. Must be one of the following:
|
fund_type |
Type of the fund. Must be one of the following:
|
start_date |
Start date for the historical data. Must be a Date object. |
end_date |
End date for the historical data. Must be a Date object. |
fund_code |
(optional) Abbreviation for the desired fund. If |
A data frame.
historical_information( information_type = "BindHistoryInfo", fund_type = "YAT", start_date = as.Date("2021-10-01"), end_date = as.Date("2021-10-01") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.