View source: R/api_instruments_options.R
api_instruments_options | R Documentation |
Backend function or retrieving option contracts.
api_instruments_options( RH, method = "url", option_instrument_url = NULL, chain_symbol = NULL, type = NULL, state = NULL, strike_price = NULL, tradability = NULL, expiration_date = NULL )
RH |
object of class RobinHood |
method |
(string) one of ("url", "symbol") |
option_instrument_url |
(string) direct url for an option contract |
chain_symbol |
(string) stock symbol |
type |
(string) one of ("put", "call") |
state |
(string) one of ("active", "inactive") |
strike_price |
(numeric) strike price |
tradability |
(string) one of ("tradable", "untradable") |
expiration_date |
(string) expiration date ("YYYY-MM-DD") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.