---
title: "Bond Tick Data"
method: GET
path: "/bond/tick"
tags: ["Default"]
---

# Bond Tick Data

`GET /bond/tick`

Get trade-level data for bonds. The following datasets are supported:

Exchange

Segment

Delay

FINRA Trace

BTDS: US Corporate Bonds

Delayed 4h

FINRA Trace

144A Bonds

Delayed 4h

## Query parameters

- `isin` string, required
- `date` string, date, required
- `limit` integer, required
- `skip` integer, required
- `exchange` string, required

## Response `200`

successful operation

- BondTickData
  - `skip` integer — Number of ticks skipped.
  - `count` integer — Number of ticks returned. If <code>count</code> < <code>limit</code>, all data for that date has been returned.
  - `total` integer — Total number of ticks for that date.
  - `v` number[] — List of volume data.
  - `p` number[] — List of price data.
  - `y` number[] — List of yield data.
  - `t` integer[] — List of timestamp in UNIX ms.
  - `si` string[] — List of values showing the side (Buy/sell) of each trade. List of supported values: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1O3aueXSPOqo7Iuyz4PqDG6yZunHsX8BTefZ2kFk5pz4/edit?usp=sharing",>here</a>
  - `cp` string[] — List of values showing the counterparty of each trade. List of supported values: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1O3aueXSPOqo7Iuyz4PqDG6yZunHsX8BTefZ2kFk5pz4/edit?usp=sharing",>here</a>
  - `rp` string[] — List of values showing the reporting party of each trade. List of supported values: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1O3aueXSPOqo7Iuyz4PqDG6yZunHsX8BTefZ2kFk5pz4/edit?usp=sharing",>here</a>
  - `ats` string[] — ATS flag. Y or empty
  - `c` array[] — List of trade conditions. A comprehensive list of trade conditions code can be found <a target="_blank" href="https://docs.google.com/spreadsheets/d/1O3aueXSPOqo7Iuyz4PqDG6yZunHsX8BTefZ2kFk5pz4/edit?usp=sharing">here</a>
    - string[]

---

[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/revisions/415b27331384/schema)
