findata-mcp-server

getHistoricalData

Get historical data for a stock.

Input Schema

NameRequiredDescriptionDefault
intervalNoThe time interval for the data (daily, weekly, or monthly)daily
outputsizeNoThe size of the output (compact or full)compact
symbolYesThe stock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "properties": { "interval": { "default": "daily", "description": "The time interval for the data (daily, weekly, or monthly)", "type": "string" }, "outputsize": { "default": "compact", "description": "The size of the output (compact or full)", "type": "string" }, "symbol": { "description": "The stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools