stock-ohlcv
ActiveTool of The Stall
Returns historical OHLCV (open/high/low/close/volume) candlestick data for a stock, ETF, or index. Supports intervals from 1-minute to monthly and ranges from 1 day to max history. Use for chart analysis, trend detection, and quantitative backtesting. $0.010/call — free upstream, no API key.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"description": "Max candles to return (1–500, default 60). Applied from most recent."
},
"range": {
"type": "string",
"description": "Lookback period. Default: '1mo'. Note: intraday intervals cap at 60d max."
},
"ticker": {
"type": "string",
"description": "Stock ticker symbol (e.g. 'AAPL', 'SPY', 'BTC-USD', '^VIX'). Case-insensitive."
},
"interval": {
"type": "string",
"description": "Candlestick interval. Intraday ('1m'–'1h') limited to last 60 days. Default: '1d'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries