China Sovereign Bond Yields
CN ·China Government Bonds ·CNY ·Asia-Pacific ·9 maturities
Delayed reference yields for China 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: 50.2 bps
China yield curve
All maturities for CNLatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current CN CGBs yields, spreads, and history.
What are China sovereign bonds?
China Government Bonds define the onshore CNY sovereign curve and are central to Asia rates and policy analysis. On Bonds API, ISO code CN identifies China 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 CN 10Y reference yield on that date was 1.74%. The 2Y–10Y spread was 50.2 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull China yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context CNY and policy backdrop from the People’s Bank of China. Available tenors on the delayed curve include 1Y, 2Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y, 30Y.
- Market
- China Government Bonds
- Currency
- CNY
- Central bank
- People’s Bank of China
- Also known as
- China bond yields, CGB yields
API examples for CN
Use these endpoints to query China Government Bonds with country=CN.
GET /latest
Docs →Most recent China bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=CN&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for CN.
curl "https://bonds-api.com/api/v1/curve?country=CN&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=CN&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"