powered by
This function retrieves details trading hours, stock market holidays and symbol change history from the API.
get_details_trading_hours_stock_market_holidays( api_token, code, from_date = NULL, to_date = NULL )
A list containing the details trading hours, stock market holidays and symbol change history.
The API token for authentication.
Use the exchange code from the API endpoint
the format is ‘YYYY-MM-DD’
api_token <- "demo" code <- "US" from_date <- "2017-09-10" to_date <- "2017-09-12" result <- get_details_trading_hours_stock_market_holidays(api_token, code, from_date, to_date)
Run the code above in your browser using DataLab