market-data
M
market-data
/get_price_history

Price history (OHLCV)

Get daily OHLCV price history for a ticker: open/high/low/close/volume. Use period_days to control how far back (default 365, max 3650).

liveverifiedunknown~5s typical
mcpprobedmarket-data
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-marketcrew-market-data /get_price_history for me.

Input

FieldTypeDescription
ticker*stringTicker symbol, e.g. 'SPY', 'GDX', 'AAPL'
from_datestringstart of the window to quote, YYYY-MM-DD
to_datestringend of the window to quote, YYYY-MM-DD
barsintegerhow many recent sessions to return when no window is given (default 20, max 120)
period_daysintegerNumber of days of history (default 365, max 3650)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-marketcrew-market-data","endpoint":"/get_price_history","input":{"ticker":"..."}}'
cli
npx cracked-ai run -p mcp-ai-marketcrew-market-data -e /get_price_history -i '{"ticker":"..."}'
mcp
run_tool({ provider: "mcp-ai-marketcrew-market-data", endpoint: "/get_price_history", input: {"ticker":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.