MCP Avantage

optionsData_realtimeOptions

Access realtime options chain data for specific stocks using symbol and contract ID. Supports JSON and CSV formats for streamlined financial analysis and decision-making.

Instructions

Fetches realtime options chain data. Premium endpoint.

Input Schema

NameRequiredDescriptionDefault
contractNoSpecific option contract ID to fetch details for.
datatypeNoData format for the response.json
symbolYesThe underlying stock symbol (e.g., "AAPL").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching realtime options chain data (Premium).", "properties": { "contract": { "description": "Specific option contract ID to fetch details for.", "type": "string" }, "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "symbol": { "description": "The underlying stock symbol (e.g., \"AAPL\").", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5