days bounds the response to the most recent N observations.x-api-key: ********************curl --location 'https://sugra.ai/api/v2/fixed-income/treasury/reference-rates//history?days=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"rate": "sofr",
"count": 30,
"series": [
{
"date": "2026-06-30",
"rate": 0,
"volume_billions": 0
}
]
},
"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
}
}