Malaysia Sovereign Bond Yields
MY ·Malaysia Government Bonds ·local currency ·Asia-Pacific ·10 maturities
Delayed reference yields for Malaysia 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.
Malaysia yield curve
All maturities for MYLatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current MY Malaysia govies yields, spreads, and history.
What are Malaysia sovereign bonds?
Malaysia 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 MY identifies Malaysia 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 MY 10Y reference yield on that date was 3.60%. Latest / live yield requires API access.
Developers use Bonds API to pull Malaysia 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 Malaysia central bank. Available tenors on the delayed curve include 3M, 7M, 1Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y, 30Y.
- Market
- Malaysia Government Bonds
- Currency
- local currency
- Central bank
- Malaysia central bank
- Also known as
- Malaysia government bond yields, MY sovereign yields
API examples for MY
Use these endpoints to query Malaysia Government Bonds with country=MY.
GET /latest
Docs →Most recent Malaysia bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=MY&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for MY.
curl "https://bonds-api.com/api/v1/curve?country=MY&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=MY&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"