x-api-key: ********************curl --location 'https://sugra.ai/api/v2/fixed-income/treasury/prices//returns?start=undefined&end=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"cusip": "912810EX2",
"observations": 250,
"realized_ytm_vol_bps": 0,
"series": [
{
"date": "2026-06-26",
"price": 0,
"ytm": 0,
"total_return": 0,
"ytm_change": 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
}
}