Fixed Income
Upcoming Treasury auction calendar
The current announced / tentative US Treasury auction calendar (CUSIP, security type/term, reopening, offering amount, announcement / auction / issue dates), ordered by auction date. Source: US Treasury Fiscal Data (CC0).
get/api/v2/fixed-income/treasury/auctions/upcoming
Response
Announced and tentative upcoming Treasury auctions.
Example response
{
"data": {
"count": 12,
"auctions": [
{
"cusip": "912797JW8",
"security_type": "Bill",
"security_term": "8-Week",
"offering_amt": 90000000000,
"announcement_date": "2026-07-03",
"auction_date": "2026-07-08",
"issue_date": "2026-07-10"
}
]
},
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}