Backend function called by get_historicals_options().
api_historicals_options(
RH,
chain_symbol,
type,
strike_price,
expiration_date,
interval = NULL,
span = NULL
)
object of class RobinHood
(string) stock symbol
(string) one of ("put", "call")
(numeric) strike price
(string) expiration date (YYYY-MM-DD)
(string) one of ("5minute", "10minute", "hour", "day", "week")
(string) one of ("day", "week", "month")