latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

fed

A record of U.S. Treasury bond yields across various maturity periods, tracking historical interest rates from short-term to long-term government securities.

get/fed/v1/treasury-yields

Query parameters

datestring

Calendar date of the yield observation (YYYY-MM-DD).

date.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

date.gtstring

Filter greater than the value.

date.gtestring

Filter greater than or equal to the value.

date.ltstring

Filter less than the value.

date.ltestring

Filter less than or equal to the value.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.

sortstring

A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'date' if not specified. The sort order defaults to 'asc' if not specified.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.