v5

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

Treasury security reference terms by CUSIP

Static reference terms for one US Treasury security by CUSIP: type/term, coupon rate, dated / original-issue / issue / maturity / first-interest dates, and the high yield at its most recent auction. Source: US Treasury Fiscal Data (CC0).

get/api/v2/fixed-income/treasury/securities/{cusip}

Path parameters

cusipstring required

9-character Treasury CUSIP.

Example:912810UU0

9-character Treasury CUSIP.

Response

Reference terms for the requested CUSIP.

Example response

{
  "data": {
    "cusip": "912810UU0",
    "security_type": "Bond",
    "security_term": "29-Year 10-Month",
    "coupon_rate_pct": 5,
    "dated_date": "2026-05-15",
    "original_issue_date": "2026-05-15",
    "issue_date": "2026-07-15",
    "maturity_date": "2056-05-15",
    "first_interest_date": "2026-11-15",
    "auction_high_yield": 5.041,
    "auction_date": "2026-07-08"
  },
  "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"
    ]
  }
}