Skip to main content

EUR to RUB Exchange Rate

EUR (EUR) to RUB (RUB)

Current exchange rate

1 EUR = 83.998015 RUB

As of Jun 18, 2026 · Source: ECB / CBR

30-day low
82.194152
30-day high
87.348533
30-day avg
84.182465
30-day change
-3.84%

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
Jun 18, 2026 83.998015
Jun 17, 2026 84.436104
Jun 16, 2026 83.711312
Jun 15, 2026 84.442918
Jun 12, 2026 83.640952
Jun 11, 2026 82.936932
Jun 10, 2026 83.047667
Jun 9, 2026 82.892358
Jun 8, 2026 84.388186
Jun 5, 2026 85.400918
Jun 4, 2026 86.34528
Jun 3, 2026 85.234487
Jun 2, 2026 84.661137
Jun 1, 2026 83.916023
May 29, 2026 82.693754
May 28, 2026 82.4808
May 27, 2026 82.643102
May 26, 2026 83.468813
May 25, 2026 83.031736
May 22, 2026 82.722415
May 21, 2026 82.194152
May 20, 2026 82.538274
May 19, 2026 82.605685
May 18, 2026 84.321715
May 15, 2026 85.062761
May 14, 2026 85.68991
May 13, 2026 85.900309
May 12, 2026 86.630323
May 11, 2026 87.089392
May 8, 2026 87.348533

Frequently Asked Questions

What is the current EUR to RUB exchange rate?

As of Jun 18, 2026, 1 EUR (EUR) equals 83.998015 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