Robinhood Get Options By Expiration And Strike
robinhood_get_options_by_expiration_and_strikeRetrieve call and put options for a stock by specifying symbol, expiration date, and strike price. Optionally filter by option type.
Instructions
Get options for a stock filtered by expiration date and strike price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g., "AAPL", "TSLA") | |
| option_type | No | Filter by "call" or "put". Omit for both. | |
| strike_price | Yes | Strike price as a string (e.g., "150.00") | |
| expiration_date | Yes | Expiration date in YYYY-MM-DD format |