Finance
OHLCV chart data
get/api/v2/market/chart/{symbol}
Path parameters
symbolstring required
Security ticker symbol.
Security ticker symbol.
Query parameters
intervalstring
1m,5m,15m,30m,1h,1d,1wk,1mo
1m,5m,15m,30m,1h,1d,1wk,1mo
rangestring nullable
Lookback window: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max. Alias of period.
Lookback window: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max. Alias of period.
periodstring nullable
Alias of range, the spelling used by /api/v2/quotes/{symbol}/historical.
Alias of range, the spelling used by /api/v2/quotes/{symbol}/historical.
period1string nullable
Unix timestamp start
Unix timestamp start
period2string nullable
Unix timestamp end
Unix timestamp end
include_pre_postboolean
Include pre- and post-market quotes.
Include pre- and post-market quotes.
eventsstring
Comma-separated event types to include.
Comma-separated event types to include.
Response
OHLC/OHLCV array.
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"
]
}
}