---
title: "Bond Profile"
method: GET
path: "/bond/profile"
tags: ["Default"]
---

# Bond Profile

`GET /bond/profile`

Get general information of a bond. You can query by FIGI, ISIN or CUSIP. A list of supported bonds can be found <a href="/api/v1/bond/list?token=" target="_blank">here</a>.

## Query parameters

- `isin` string
- `cusip` string
- `figi` string

## Response `200`

successful operation

- BondProfile
  - `isin` string — ISIN.
  - `cusip` string — Cusip.
  - `figi` string — FIGI.
  - `coupon` number, float — Coupon.
  - `maturityDate` string — Period.
  - `offeringPrice` number, float — Offering price.
  - `issueDate` string — Issue date.
  - `bondType` string — Bond type.
  - `debtType` string — Bond type.
  - `industryGroup` string — Industry.
  - `industrySubGroup` string — Sub-Industry.
  - `asset` string — Asset.
  - `assetType` string — Asset.
  - `datedDate` string — Dated date.
  - `firstCouponDate` string — First coupon date.
  - `originalOffering` number, float — Offering amount.
  - `amountOutstanding` number, float — Outstanding amount.
  - `paymentFrequency` string — Payment frequency.
  - `securityLevel` string — Security level.
  - `callable` boolean — Callable.
  - `couponType` string — Coupon type.

---

[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)
