View source: R/get_market_hours.R
get_market_hours | R Documentation |
Get a list of markets available on RobinHood with trading hours for a specific date.
get_market_hours(RH, market_date = NULL, tz = Sys.timezone())
RH |
object of class RobinHood |
market_date |
(string) date in the form 'yyyy-mm-dd', default today |
tz |
(string) one of timezone returned by OlsonNames(), defaults to local |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_market_hours(RH) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.