Argentina Sovereign Bond Yields
AR ·Argentine Government Bonds ·ARS ·Americas ·3 maturities
Delayed reference yields for Argentine Government Bonds (2Y, 10Y, 30Y, and more). Latest / live yield requires API access.
Argentina yield curve
All maturities for ARLatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current AR Bonos AR yields, spreads, and history.
What are Argentina sovereign bonds?
Argentina’s sovereign yields are closely followed for emerging-market credit risk, FX stress, and local debt restructuring cycles. On Bonds API, ISO code AR identifies Argentine 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 Argentina yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context ARS and policy backdrop from the Central Bank of Argentina. Available tenors on the delayed curve include 1Y, 4Y, 7Y.
- Market
- Argentine Government Bonds
- Currency
- ARS
- Central bank
- Central Bank of Argentina
- Also known as
- Argentina bond yields, Argentine sovereign yields
API examples for AR
Use these endpoints to query Argentine Government Bonds with country=AR.
GET /latest
Docs →Most recent Argentina bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=AR&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for AR.
curl "https://bonds-api.com/api/v1/curve?country=AR&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=AR&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"