Skip to main content

EUR to RUB Exchange Rate

EUR (EUR) to RUB (RUB)

Current exchange rate

1 EUR = 87.647235 RUB

As of Apr 30, 2026 · Source: ECB / CBR

30-day low
87.647235
30-day high
98.91608
30-day avg
91.28265
30-day change
-9.12%

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
Apr 30, 2026 87.647235
Apr 29, 2026 87.993037
Apr 28, 2026 87.769773
Apr 27, 2026 87.989947
Apr 24, 2026 88.172156
Apr 23, 2026 88.529784
Apr 22, 2026 88.034453
Apr 21, 2026 88.250797
Apr 20, 2026 88.275149
Apr 17, 2026 89.607095
Apr 16, 2026 89.941468
Apr 15, 2026 89.355371
Apr 14, 2026 88.8536
Apr 13, 2026 88.866556
Apr 10, 2026 90.396152
Apr 9, 2026 90.824804
Apr 8, 2026 92.009254
Apr 7, 2026 90.909702
Apr 2, 2026 92.355733
Apr 1, 2026 93.240544
Mar 31, 2026 93.659055
Mar 30, 2026 93.459903
Mar 27, 2026 93.993125
Mar 26, 2026 94.326418
Mar 25, 2026 93.914541
Mar 24, 2026 93.336791
Mar 23, 2026 95.08663
Mar 20, 2026 96.325887
Mar 19, 2026 98.91608
Mar 18, 2026 96.438468

Frequently Asked Questions

What is the current EUR to RUB exchange rate?

As of Apr 30, 2026, 1 EUR (EUR) equals 87.647235 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