View source: R/SymbolsChangeHistoryAPI.R
symbol_change_history | R Documentation |
This function retrieves symbol change history from the API.
symbol_change_history(api_token, from_date = NULL, to_date = NULL)
api_token |
The API token for authentication. |
from_date |
The start date for symbol change history (optional). |
to_date |
The end date for symbol change history (optional). |
A list containing symbol change history data.
api_token <- "demo"
from_date <- "2023-01-01"
to_date <- "2023-12-31"
result <- symbol_change_history(api_token, from_date, to_date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.