---
title: "Bond Yield Curve"
method: GET
path: "/bond/yield-curve"
tags: ["Default"]
---

# Bond Yield Curve

`GET /bond/yield-curve`

Get yield curve data for Treasury bonds.

## Query parameters

- `code` string, required

## Response `200`

successful operation

- BondYieldCurve
  - `data` BondYieldCurveInfo[] — Array of data.
    - `d` string — Date of the reading
    - `v` number, float — Value
  - `code` string — Bond's code

## Changes

- **2023-03-31** `fe3acff4e0d7` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/bond/yield-curve/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
