Endpoints / market-candles
Daily OHLCV candles
GET
/api/v1/market/candles/{ticker}developerreadDaily OHLCV candles. Phase 1 only has SPY/XLI/ITA seeded; Phase 1.5 adds live FMP coverage for any ticker.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ticker | string | no | Ticker (SPY, XLI, ITA today) |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| from | date | no | Lower bound |
| to | date | no | Upper bound |
| limit | integer | no | ≤ 5000, default 500 |
Examples
curl -H "x-api-key: $INTELLIGENCE_API_KEY" \
"https://intelligence-beryl.vercel.app/api/v1/market/candles/:ticker?from=2025-01-01&to=2025-01-31"Responses
200OHLCV array