Robinhood Get Option Chain
robinhood_get_option_chainRetrieve a stock's full option chain for a specific expiration date, with optional call/put filtering for options analysis.
Instructions
Get the full option chain for a stock on a specific expiration date.
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. | |
| expiration_date | Yes | Expiration date in YYYY-MM-DD format |