The maturity structure of the outstanding marketable US Treasury debt for the latest monthly MSPD snapshot: the weighted-average maturity (WAM, weighted by each security's outstanding amount), the outstanding split across maturity buckets (<1y, 1-3y, 3-5y, 5-10y, 10-20y, 20y+), and a by-class breakdown (Bills / Notes / Bonds ...) with each class's own WAM. Amounts are in USD millions. Computed per-security from MSPD table 3 (monthly cadence). Source: US Treasury Fiscal Data (CC0).
x-api-key: ********************curl --location 'https://sugra.ai/api/v2/fixed-income/treasury/debt/maturity-profile' \
--header 'x-api-key: <api-key>'{
"data": {
"record_date": "string",
"as_of": "string",
"security_count": 512,
"total_outstanding_mil": 0,
"weighted_average_maturity_years": 0,
"by_bucket": [
{
"bucket": "5-10y",
"outstanding_mil": 0,
"pct_of_total": 0
}
],
"by_class": [
{
"security_class": "Notes",
"outstanding_mil": 0,
"pct_of_total": 0,
"wam_years": 0,
"count": 323
}
]
},
"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
}
}