Hong Kong Sovereign Bond Yields
HK ·Hong Kong Government Bonds ·local currency ·Asia-Pacific ·12 maturities
Delayed reference yields for Hong Kong Government Bonds (2Y, 10Y, 30Y, and more). Latest / live yield requires API access.
Yields as of May 27, 2026 (previous month-end close — not live). Latest / live yield requires API access. · 2Y–10Y spread: 46.8 bps
Hong Kong yield curve
All maturities for HK| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 2.289% | Unlock |
| 3M | 2.420% | Unlock |
| 6M | 2.530% | Unlock |
| 9M | 2.580% | Unlock |
| 1Y | 2.610% | Unlock |
| 2Y bench | 2.761% | Unlock |
| 3Y | 2.787% | Unlock |
| 5Y | 2.799% | Unlock |
| 7Y | 2.927% | Unlock |
| 10Y bench | 3.229% | Unlock |
| 15Y | 3.369% | Unlock |
| 20Y | 3.944% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current HK Hong Kong govies yields, spreads, and history.
What are Hong Kong sovereign bonds?
Hong Kong sovereign bonds form the government yield curve for the Asia-Pacific region and are used as a local risk-free rates benchmark. On Bonds API, ISO code HK identifies Hong Kong Government Bonds across available maturities.
This public page lists delayed reference yields as of May 27, 2026 (previous month-end close or the nearest prior trading day). The HK 10Y reference yield on that date was 3.23%. The 2Y–10Y spread was 46.8 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Hong Kong yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context local currency and policy backdrop from the Hong Kong central bank. Available tenors on the delayed curve include 1M, 3M, 6M, 9M, 1Y, 2Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y.
- Market
- Hong Kong Government Bonds
- Currency
- local currency
- Central bank
- Hong Kong central bank
- Also known as
- Hong Kong government bond yields, HK sovereign yields
API examples for HK
Use these endpoints to query Hong Kong Government Bonds with country=HK.
GET /latest
Docs →Most recent Hong Kong bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=HK&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for HK.
curl "https://bonds-api.com/api/v1/curve?country=HK&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=HK&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"