v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Fixed Income

Recent Treasury auction results + demand analytics

The most recent completed US Treasury auctions with demand analytics: high / median / low yield, high-minus-median spread (bps), bid-to-cover, and bidder-group allotment shares (primary dealer, direct, indirect, SOMA as a percent of accepted). Optional security_type filter (Bill, Note, Bond). Source: US Treasury Fiscal Data (CC0).

get/api/v2/fixed-income/treasury/auctions/results

Query parameters

security_typestring nullable

Filter by type: Bill, Note, Bond.

Example:Note

Filter by type: Bill, Note, Bond.

Response

Recent completed auctions with demand metrics, newest first.

Example response

{
  "data": {
    "count": 30,
    "results": [
      {
        "cusip": "912797JW8",
        "security_type": "Note",
        "security_term": "10-Year",
        "auction_date": "2026-07-01",
        "high_yield": 4.25,
        "median_yield": 4.23,
        "low_yield": 4.2,
        "high_minus_median_bps": 2,
        "bid_to_cover": 2.85,
        "total_accepted": 100000,
        "indirect_pct": 48,
        "direct_pct": 10,
        "primary_dealer_pct": 40,
        "soma_pct": 2
      }
    ]
  },
  "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"
    ]
  }
}