etrade_get_option_chains
Retrieve option chains for stocks to analyze available strikes and expiration dates for calls and puts using E*TRADE market data.
Instructions
Get option chains for a symbol.
Args: symbol: Underlying stock symbol (e.g., "AAPL") expiry_year: Expiration year (4-digit, e.g., 2024) expiry_month: Expiration month (1-12) expiry_day: Expiration day (1-31) strike_price_near: Strike price near this value no_of_strikes: Number of strikes to return include_weekly: Include weekly options skip_adjusted: Skip adjusted options option_category: STANDARD, ALL, or MINI chain_type: CALL, PUT, or CALLPUT price_type: ATNM (at the money) or ALL
Returns: Option chain data with available strikes and expiration dates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| expiry_year | No | ||
| expiry_month | No | ||
| expiry_day | No | ||
| strike_price_near | No | ||
| no_of_strikes | No | ||
| include_weekly | No | ||
| skip_adjusted | No | ||
| option_category | No | ||
| chain_type | No | ||
| price_type | No |