powered by
This function retrieves symbol change history from the API.
symbol_change_history(api_token, from_date = NULL, to_date = NULL)
A list containing symbol change history data.
The API token for authentication.
The start date for symbol change history (optional).
The end date for symbol change history (optional).
api_token <- "demo" from_date <- "2023-01-01" to_date <- "2023-12-31" result <- symbol_change_history(api_token, from_date, to_date)
Run the code above in your browser using DataLab