Ireland Sovereign Bond Yields
IE ·Ireland Government Bonds ·local currency ·Europe ·12 maturities
Delayed reference yields for Ireland 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: 55.3 bps
Ireland yield curve
All maturities for IE| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1Y | 2.595% | Unlock |
| 2Y bench | 2.596% | Unlock |
| 3Y | 2.661% | Unlock |
| 4Y | 2.751% | Unlock |
| 5Y | 2.724% | Unlock |
| 6Y | 2.797% | Unlock |
| 7Y | 2.898% | Unlock |
| 10Y bench | 3.149% | Unlock |
| 15Y | 3.442% | Unlock |
| 20Y | 3.550% | Unlock |
| 25Y | 3.621% | Unlock |
| 30Y bench | 3.702% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current IE Ireland govies yields, spreads, and history.
What are Ireland sovereign bonds?
Ireland sovereign bonds form the government yield curve for the Europe region and are used as a local risk-free rates benchmark. On Bonds API, ISO code IE identifies Ireland 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 IE 10Y reference yield on that date was 3.15%. The 2Y–10Y spread was 55.3 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Ireland 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 Ireland central bank. Available tenors on the delayed curve include 1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 10Y, 15Y, 20Y, 25Y, 30Y.
- Market
- Ireland Government Bonds
- Currency
- local currency
- Central bank
- Ireland central bank
- Also known as
- Ireland government bond yields, IE sovereign yields
API examples for IE
Use these endpoints to query Ireland Government Bonds with country=IE.
GET /latest
Docs →Most recent Ireland bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=IE&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for IE.
curl "https://bonds-api.com/api/v1/curve?country=IE&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=IE&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"