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
| Field | Type | Description |
|---|---|---|
| ticker* | string | Ticker symbol, e.g. 'SPY', 'GDX', 'AAPL' |
| from_date | string | start of the window to quote, YYYY-MM-DD |
| to_date | string | end of the window to quote, YYYY-MM-DD |
| bars | integer | how many recent sessions to return when no window is given (default 20, max 120) |
| period_days | integer | Number 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.