---
title: "GET /fed/v1/treasury-yields"
method: GET
path: "/fed/v1/treasury-yields"
tags: ["fed"]
---

# GET /fed/v1/treasury-yields

`GET /fed/v1/treasury-yields`

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

## Query parameters

- `date` string
- `date.any_of` string
- `date.gt` string
- `date.gte` string
- `date.lt` string
- `date.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `date` string — Calendar date of the yield observation (YYYY-MM-DD).
    - `yield_10_year` number, float — Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_1_month` number, float — Market Yield on U.S. Treasury Securities at 1-Month Constant Maturity, Quoted on an Investment Basis
    - `yield_1_year` number, float — Market Yield on U.S. Treasury Securities at 1-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_20_year` number, float — Market Yield on U.S. Treasury Securities at 20-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_2_year` number, float — Market Yield on U.S. Treasury Securities at 2-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_30_year` number, float — Market Yield on U.S. Treasury Securities at 30-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_3_month` number, float — Market Yield on U.S. Treasury Securities at 3-Month Constant Maturity, Quoted on an Investment Basis
    - `yield_3_year` number, float — Market Yield on U.S. Treasury Securities at 3-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_5_year` number, float — Market Yield on U.S. Treasury Securities at 5-Year Constant Maturity, Quoted on an Investment Basis
    - `yield_6_month` number, float — Market Yield on U.S. Treasury Securities at 6-Month Constant Maturity, Quoted on an Investment Basis
    - `yield_7_year` number, float — Market Yield on U.S. Treasury Securities at 7-Year Constant Maturity, Quoted on an Investment Basis
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
