Skip to main content
Glama

MCP Yahoo Finance

by leoncuhk

get_stock_price_date_range

Retrieve historical stock prices for a specific symbol within a defined date range. Input the stock symbol and start/end dates to access accurate financial data for analysis or reporting.

Instructions

Get the stock prices for a given date range for a given stock symbol.

Input Schema

NameRequiredDescriptionDefault
end_dateYesThe end date in YYYY-MM-DD format.
start_dateYesThe start date in YYYY-MM-DD format.
symbolYesStock symbol in Yahoo Finance format.

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "The end date in YYYY-MM-DD format.", "type": "string" }, "start_date": { "description": "The start date in YYYY-MM-DD format.", "type": "string" }, "symbol": { "description": "Stock symbol in Yahoo Finance format.", "type": "string" } }, "required": [ "symbol", "start_date", "end_date" ], "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/leoncuhk/mcp-yahoo-finance'

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