Russia Sovereign Bond Yields
RU ·Russian OFZs ·RUB ·Europe ·12 maturities
Delayed reference yields for Russian OFZs (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: 148.6 bps
Russia yield curve
All maturities for RU| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 14.533% | Unlock |
| 2M | 14.206% | Unlock |
| 3M | 13.926% | Unlock |
| 6M | 13.388% | Unlock |
| 1Y | 13.054% | Unlock |
| 2Y bench | 13.372% | Unlock |
| 3Y | 13.866% | Unlock |
| 5Y | 14.425% | Unlock |
| 7Y | 14.716% | Unlock |
| 10Y bench | 14.858% | Unlock |
| 15Y | 14.926% | Unlock |
| 20Y | 14.950% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current RU OFZs yields, spreads, and history.
What are Russia sovereign bonds?
OFZs are Russia’s local-currency sovereign bonds. Availability and spreads can be heavily affected by sanctions and market access. On Bonds API, ISO code RU identifies Russian OFZs 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 RU 10Y reference yield on that date was 14.86%. The 2Y–10Y spread was 148.6 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Russia yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context RUB and policy backdrop from the Bank of Russia. Available tenors on the delayed curve include 1M, 2M, 3M, 6M, 1Y, 2Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y.
- Market
- Russian OFZs
- Currency
- RUB
- Central bank
- Bank of Russia
- Also known as
- Russia bond yields, OFZ yields
API examples for RU
Use these endpoints to query Russian OFZs with country=RU.
GET /latest
Docs →Most recent Russia bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=RU&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for RU.
curl "https://bonds-api.com/api/v1/curve?country=RU&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=RU&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"