---
title: "Bond price data"
method: GET
path: "/bond/price"
tags: ["Default"]
---

# Bond price data

`GET /bond/price`

Get bond's price data. The following datasets are supported:

Exchange

Segment

Delay

US Government Bonds

Government Bonds

End-of-day

FINRA Trace

BTDS: US Corporate Bonds

Delayed 4h

FINRA Trace

144A Bonds

Delayed 4h

## Query parameters

- `isin` string, required
- `from` integer, required
- `to` integer, required

## Response `200`

successful operation

- BondCandles
  - `c` number[] — List of close prices for returned candles.
  - `t` integer[] — List of timestamp for returned candles.
  - `s` string — Status of the response. This field can either be ok or no_data.

## Changes

- **2022-04-05** `8adb7a2438a9` — 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/price/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)
