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