Mexico Sovereign Bond Yields
MX ·Mexican Government Bonds ·MXN ·Americas ·12 maturities
Delayed reference yields for Mexican 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.
Mexico yield curve
All maturities for MX| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 6.560% | Unlock |
| 3M | 6.610% | Unlock |
| 6M | 6.790% | Unlock |
| 9M | 6.860% | Unlock |
| 1Y | 7.010% | Unlock |
| 3Y | 8.104% | Unlock |
| 5Y | 8.712% | Unlock |
| 7Y | 9.034% | Unlock |
| 10Y bench | 9.271% | Unlock |
| 15Y | 9.506% | Unlock |
| 20Y | 9.711% | Unlock |
| 30Y bench | 9.731% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current MX MBonos yields, spreads, and history.
What are Mexico sovereign bonds?
Mexico’s MBonos and CETES form one of Latin America’s most liquid sovereign curves for local-currency rates. On Bonds API, ISO code MX identifies Mexican 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 MX 10Y reference yield on that date was 9.27%. Latest / live yield requires API access.
Developers use Bonds API to pull Mexico yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context MXN and policy backdrop from the Bank of Mexico. Available tenors on the delayed curve include 1M, 3M, 6M, 9M, 1Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y, 30Y.
- Market
- Mexican Government Bonds
- Currency
- MXN
- Central bank
- Bank of Mexico
- Also known as
- Mexico bond yields, MBono yields, CETES
API examples for MX
Use these endpoints to query Mexican Government Bonds with country=MX.
GET /latest
Docs →Most recent Mexico bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=MX&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for MX.
curl "https://bonds-api.com/api/v1/curve?country=MX&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=MX&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"