us-stock-history
ActiveTool of The Stall
declared in 4.82.0
Historical OHLCV bars for any US stock, ETF, or index. TradingView-compatible resolution (D, W, M, 60, 15, 5, 1). Pass Unix timestamps for from/to. $0.005/call — no API key required. Use us-stock-price for live quotes; equity-technicals for indicators.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"to": {
"type": "integer",
"description": "Window end as Unix seconds. Default: now."
},
"from": {
"type": "integer",
"description": "Window start as Unix seconds. Default: 90 days ago."
},
"ticker": {
"type": "string",
"description": "US ticker symbol (e.g. AAPL, SPY, QQQ, ^VIX, BRK-B). Case-insensitive."
},
"resolution": {
"type": "string",
"description": "Bar resolution: 1/5/15/60/240 = minutes, D = daily, W = weekly, M = monthly. Default: D."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries