get_market_hours {RobinHood}R Documentation

Get open market hours

Description

Get a list of markets available on RobinHood with trading hours for a specific date.

Usage

get_market_hours(RH, market_date = NULL, tz = Sys.timezone())

Arguments

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

Examples

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_market_hours(RH)

## End(Not run)

[Package RobinHood version 1.7.0 Index]