RobinHood
RobinHood copied to clipboard
Feature Request
What are your top new feature requests? The API is more or less complete so what functionality is still missing?
Is there a way to add functionality to get_contracts() such that it could return a specified range of the option chain? More specifically, I'm wondering if it would be possible to have it return contracts with a particular expiration_date and/or within a range of strike_price. At the moment, it appears to return up to 100 contracts and might not capture everything in the option chain for a particular chain_symbol.
Is it possible to retrieve options historicals? Similar to options.get_options_historical() from the robin stocks python library?
Is there a way to get strike price and expiration date on transaction history from get_order_history_options()?
Or some way to use the option id from get_order_history_options() to load in strike price and expiration date to link transactions to a position or strategy?
I tried (with an Option ID):
mod_json(get_order_status(RH,"[OPTION ID]", limit_output = FALSE ), type = "fromJSON")
Error: lexical error: invalid char in json text.
<meta http-equiv="r (right here) ------^