View source: R/get_market_hours_single.R
get_market_hours_single | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function and the market of interest, return specific information about that market's hours of operation. Note that a data parameter can also be specified between now and one year from now to obtain specific hours of operation for the market related to that date.
get_market_hours_single(tokens, market, date = NULL)
tokens |
token object from 'get_authentication_tokens' function (list). |
market |
market of interest that is either "equity", "option", "bond", "future", or "forex" (string). |
date |
date you would like to get the hours of operation. Valid dates are today through one year from now. Default is NULL, which is today (date). |
Returns a data frame containing information surrounding the market's hours of operation.
Nick Bultman, njbultman74@gmail.com, July 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.