Skip to main content
Glama

Finance Tools MCP

by VoxLink-org

get_price_history

Retrieve historical price data for any ticker over customizable periods, such as 3 months, 6 months, or longer, to analyze market trends and performance.

Instructions

Get historical price data digest for specified period. Usually get at least 3 months, 6 months or more.

Input Schema

NameRequiredDescriptionDefault
periodNo3mo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "period": { "default": "3mo", "enum": [ "1d", "5d", "1mo", "3mo", "6mo", "1y", "2y", "5y", "10y", "ytd", "max" ], "title": "Period", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_price_historyArguments", "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/VoxLink-org/finance-tools-mcp'

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