Skip to main content
Glama

E*TRADE MCP Server

by jjmerri

etrade_get_option_expire_dates

Retrieve available option expiration dates for any stock symbol, filtering by weekly, monthly, quarterly, or all expirations to support options trading decisions.

Instructions

Get option expiration dates for a symbol.

Args: symbol: Underlying stock symbol (e.g., "AAPL") expiry_type: WEEKLY, MONTHLY, QUARTERLY, or ALL (optional)

Returns: List of available expiration dates for options

Input Schema

NameRequiredDescriptionDefault
symbolYes
expiry_typeNo

Input Schema (JSON Schema)

{ "properties": { "expiry_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "symbol": { "type": "string" } }, "required": [ "symbol" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjmerri/etrade-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server