---
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.

---

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