Greece Sovereign Bond Yields
GR ·Greek Government Bonds ·EUR ·Europe ·16 maturities
Delayed reference yields for Greek 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: 87.7 bps
Greece yield curve
All maturities for GR| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 4.633% | Unlock |
| 3M | 2.544% | Unlock |
| 6M | 2.411% | Unlock |
| 1Y | 2.572% | Unlock |
| 2Y bench | 2.744% | Unlock |
| 3Y | 2.780% | Unlock |
| 4Y | 2.916% | Unlock |
| 5Y | 3.024% | Unlock |
| 6Y | 3.180% | Unlock |
| 7Y | 3.303% | Unlock |
| 8Y | 3.400% | Unlock |
| 9Y | 3.545% | Unlock |
| 10Y bench | 3.621% | Unlock |
| 15Y | 3.809% | Unlock |
| 20Y | 4.004% | Unlock |
| 30Y bench | 4.360% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current GR GGBs yields, spreads, and history.
What are Greece sovereign bonds?
Greek government bonds remain a closely watched euro peripheral market for sovereign credit and EU policy risk. On Bonds API, ISO code GR identifies Greek 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 GR 10Y reference yield on that date was 3.62%. The 2Y–10Y spread was 87.7 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Greece yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context EUR and policy backdrop from the European Central Bank. Available tenors on the delayed curve include 1M, 3M, 6M, 1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y, 10Y, 15Y, 20Y, 30Y.
- Market
- Greek Government Bonds
- Currency
- EUR
- Central bank
- European Central Bank
- Also known as
- Greece bond yields, GGB yields
API examples for GR
Use these endpoints to query Greek Government Bonds with country=GR.
GET /latest
Docs →Most recent Greece bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=GR&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for GR.
curl "https://bonds-api.com/api/v1/curve?country=GR&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=GR&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"