Price history
OHLCV historical data. Use period OR start/end, not both. Supports intraday intervals (1m, 5m, 15m, 1h) and daily+.
Path parameters
Security ticker symbol.
Security ticker symbol.
Query parameters
Lookback window: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max. Alias of range.
Lookback window: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max. Alias of range.
Alias of period, the spelling used by /api/v2/market/chart and the indicators family.
Alias of period, the spelling used by /api/v2/market/chart and the indicators family.
YYYY-MM-DD
YYYY-MM-DD
YYYY-MM-DD
YYYY-MM-DD
1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo. A long window is downsampled upstream; the response reports the granularity actually served.
1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo. A long window is downsampled upstream; the response reports the granularity actually served.
Include pre/post-market bars (intraday intervals only; ignored on 1d+).
Include pre/post-market bars (intraday intervals only; ignored on 1d+).
Return only the most recent N bars. Applied after the window is fetched, so it does not change what is cached.
Return only the most recent N bars. Applied after the window is fetched, so it does not change what is cached.
Response
OHLCV historical bars for the symbol at the requested interval and period or date range.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}