Finance Tools MCP

MIT License
16
  • Apple

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" }
ID: o7bclp5ave