---
title: "Bond Info"
method: GET
path: "/bond"
tags: ["Bonds"]
---

# Bond Info

`GET /bond`

The Bond endpoint delivers immediately real-time government bond data. The bond data focuses on treasury notes issued in leading countries worldwide for ten years. The Bond API delivers info for every country. Endpoint returns the details for the desired country.

## Query parameters

- `access_key` string, required
- `country` string, required

## Response `200`

Bond info retrieved.

- BondInfoResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` BondInfoItem[]
    - `region` string — Region where the bond is supported.
    - `country` string — Country where the bond is supported.
    - `type` string — Bond tenor/type (for example 10Y).
    - `yield` string — Current bond yield.
    - `price_change_day` string — Price change day-over-day.
    - `percentage_week` string — Weekly change percentage.
    - `percentage_month` string — Monthly change percentage.
    - `percentage_year` string — Yearly change percentage.
    - `date` string — Quote date.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
