from_date and to_date (both inclusive). Sparse: dates without a snapshot are represented by a null entry in snapshots. The fields CSV parameter restricts the projection to a whitelist; default fields are nav,price,premium_discount_pct,aum_usd. The window may not extend past the 90-day retention boundary nor into the future.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/etf//snapshot/history?from_date=undefined&to_date=undefined&fields=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"symbol": "string",
"from_date": "string",
"to_date": "string",
"fields": [
"string"
],
"snapshots": [
{
"snapshot_date": "string",
"fields": {
"property1": "string",
"property2": "string"
}
}
]
},
"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": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}