powered by
Get a list of markets available on RobinHood with trading hours for a specific date.
get_market_hours(RH, market_date = NULL)
object of class RobinHood
(string) date in the form 'yyyy-mm-dd', default today
# NOT RUN { # Login in to your RobinHood account RH <- RobinHood("username", "password") get_market_hours(RH) # }
Run the code above in your browser using DataLab