Skip to main content

EUR to RUB Exchange Rate

EUR (EUR) to RUB (RUB)

Current exchange rate

1 EUR = 96.128688 RUB

As of Sep 22, 2026 · Source: ECB / CBR

30-day low
95.516792
30-day high
100.730299
30-day avg
98.264884
30-day change
+0.64%

Get EUR to RUB Rate via API

Fetch the live EUR to RUB exchange rate with a single HTTP request. XRates API returns clean JSON with rate data sourced from the European Central Bank (ECB), Central Bank of Russia (CBR) and other official providers.

cURL

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://xratesapi.com/api/v1/latest?base=EUR&symbols=RUB"

Python

import requests
r = requests.get(
"https://xratesapi.com/api/v1/latest",
params={"base": "EUR", "symbols": "RUB"},
headers={"Authorization": "Bearer YOUR_API_KEY"},
)
rate = r.json()["rates"]["RUB"]

JavaScript (Node.js)

const res = await fetch(
"https://xratesapi.com/api/v1/latest?base=EUR&symbols=RUB",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const { rates } = await res.json();
console.log(rates.RUB);

EUR to RUB Exchange Rate History

Last 30 days of EUR to RUB rates. Fetch full historical data via the /api/v1/historical endpoint.

Historical EUR to RUB exchange rate for the last 30 days
Date 1 EUR = X RUB
Sep 22, 2026 96.128688
Sep 21, 2026 96.818228
Sep 18, 2026 96.559987
Sep 17, 2026 96.926155
Sep 16, 2026 97.037076
Sep 15, 2026 96.971765
Sep 14, 2026 97.269859
Sep 11, 2026 97.642003
Sep 10, 2026 97.693488
Sep 9, 2026 99.681928
Sep 8, 2026 100.36893
Sep 7, 2026 100.187755
Sep 4, 2026 100.730299
Sep 3, 2026 100.706725
Sep 2, 2026 100.335115
Sep 1, 2026 100.472106
Aug 31, 2026 100.270998
Aug 28, 2026 99.644146
Aug 27, 2026 99.650347
Aug 26, 2026 98.258809
Aug 25, 2026 98.414333
Aug 24, 2026 97.317267
Aug 21, 2026 96.957512
Aug 20, 2026 97.230338
Aug 19, 2026 98.833922
Aug 18, 2026 98.207143
Aug 17, 2026 98.671472
Aug 14, 2026 97.074179
Aug 13, 2026 96.369154
Aug 12, 2026 95.516792

Frequently Asked Questions

What is the current EUR to RUB exchange rate?

As of Sep 22, 2026, 1 EUR (EUR) equals 96.128688 RUB (RUB). Rates are sourced from the European Central Bank (ECB), Central Bank of Russia (CBR) and other trusted providers.

How can I get EUR to RUB rate via API?

Use the XRates REST API endpoint GET /api/v1/latest?base=EUR&symbols=RUB with your Bearer token. You'll receive JSON containing the latest EUR to RUB rate.

Is the EUR to RUB API free?

Yes. XRates API has a free tier with 100 requests per month — no credit card required. Paid plans start at $9/month for 10,000 requests.

How often are EUR to RUB rates updated?

Exchange rates are refreshed every 4 hours from the European Central Bank, Central Bank of Russia and other official sources.

Get EUR to RUB Rate in Your App

Sign up for free and receive an API key instantly. 100 requests/month, no credit card required.

Get Free API Key