RobinHood icon indicating copy to clipboard operation
RobinHood copied to clipboard

Feature Request

Open JestonBlu opened this issue 4 years ago • 3 comments

What are your top new feature requests? The API is more or less complete so what functionality is still missing?

JestonBlu avatar May 25 '20 03:05 JestonBlu

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.

taylorneal avatar Jun 02 '20 02:06 taylorneal

Is it possible to retrieve options historicals? Similar to options.get_options_historical() from the robin stocks python library?

cheesechanting avatar Jan 13 '21 16:01 cheesechanting

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) ------^

OMHTrader avatar Dec 04 '21 15:12 OMHTrader