Available as MCP tool:
equity_intraday_prices — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
equity_intraday_prices returns 1h OHLCV bars for a single US equity (NYSE / NASDAQ) during the regular trading session. Use it as the intraday pricing primitive an agent reaches for when answering “how did this trade today / over the last few sessions, did it gap, did it reverse, how did it close” — without pulling overly fine minute-level data.
It is the short-lookback companion to equity_historical_prices: same equity-bars family, same response envelope, but intraday bars and a tighter window. Two query modes share one endpoint: pass limit to get the most recent N closed bars, or pass start_date + end_date for a short window. Only closed bars are returned — the in-progress bar is never included.
Response
Credits consumed (always
1).Account credits remaining.
200 OK · equity_intraday_prices
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
equity_intraday_prices — request parameters
equity_intraday_prices — request parameters
US equity ticker (e.g.
AAPL, MSFT, BRK.B, ^GSPC for S&P 500 index).Bar interval. Only
1h is supported; any other value returns a 400 error.- Recent mode
- Range mode
Pass
limit only (or omit it for the default). Returns the most recent N closed 1h bars.Number of recent bars. Default
35 (~5 trading days). Max 70 (~10 trading days).Related
Equity Historical Prices
Daily OHLCV bars with adjusted close, dividends, and splits — the long-lookback companion.
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.