Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_option_chain

Retrieve detailed option chain data for a specific stock, including calls and puts, using ticker symbol, expiration date, and option type. Ideal for analyzing derivatives and trading strategies.

Instructions

根据股票代码、到期日和期权类型获取期权链数据。

参数说明: ticker: str 股票代码,例如 "AAPL" expiration_date: str 期权到期日,格式为 'YYYY-MM-DD' option_type: str 期权类型:'calls' 或 'puts'

Input Schema

NameRequiredDescriptionDefault
expiration_dateYes
option_typeYes
tickerYes

Input Schema (JSON Schema)

{ "properties": { "expiration_date": { "title": "Expiration Date", "type": "string" }, "option_type": { "title": "Option Type", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker", "expiration_date", "option_type" ], "title": "get_option_chainArguments", "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/16Coffee/finance-mcp'

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