Skip to main content
Glama

findata-mcp-server

by xBlueCode

getHistoricalData

Retrieve historical stock data by specifying the symbol, interval, and output size to analyze trends and performance over time.

Instructions

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" }
Install Server

Other Tools from findata-mcp-server

Related Tools

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/xBlueCode/findata-mcp-server'

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