U.S. Treasury Fiscal Data · Example Payload

Treasury Interest Rate Response Example

Federal GovernmentFinanceTreasuryNational DebtExchange RatesEconomics

Treasury Interest Rate Response Example is an example object payload from U.S. Treasury Fiscal Data, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datametalinks

Example Payload

Raw ↑
{
  "data": [
    {
      "security_desc": "Treasury Bills",
      "security_type_desc": "Marketable",
      "avg_interest_rate_amt": "3.702",
      "record_date": "2026-03-31"
    }
  ],
  "meta": {
    "count": 100,
    "labels": {
      "record_date": "Record Date",
      "tot_pub_debt_out_amt": "Total Public Debt Outstanding"
    },
    "dataTypes": {
      "record_date": "DATE",
      "tot_pub_debt_out_amt": "CURRENCY"
    },
    "dataFormats": {
      "record_date": "YYYY-MM-DD"
    },
    "total-count": 8298,
    "total-pages": 83
  },
  "links": {
    "self": "&page%5Bnumber%5D=1&page%5Bsize%5D=100",
    "first": "&page%5Bnumber%5D=1&page%5Bsize%5D=100",
    "prev": null,
    "next": "&page%5Bnumber%5D=2&page%5Bsize%5D=100",
    "last": "&page%5Bnumber%5D=83&page%5Bsize%5D=100"
  }
}