Skip to main content

EUR to RUB Exchange Rate

EUR (EUR) to RUB (RUB)

Current exchange rate

1 EUR = 93.198915 RUB

As of Aug 5, 2026 · Source: ECB / CBR

30-day low
85.222256
30-day high
93.271266
30-day avg
89.177988
30-day change
+9.36%

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
Aug 5, 2026 93.198915
Aug 4, 2026 93.271266
Aug 3, 2026 91.982492
Jul 31, 2026 91.221454
Jul 30, 2026 91.575472
Jul 29, 2026 90.420295
Jul 28, 2026 89.332306
Jul 27, 2026 88.910088
Jul 24, 2026 88.763744
Jul 23, 2026 89.324639
Jul 22, 2026 89.486722
Jul 21, 2026 89.633154
Jul 20, 2026 89.453057
Jul 17, 2026 89.587833
Jul 16, 2026 89.452388
Jul 15, 2026 89.203457
Jul 14, 2026 88.199925
Jul 13, 2026 87.496783
Jul 10, 2026 87.523633
Jul 9, 2026 86.754516
Jul 8, 2026 87.227491
Jul 7, 2026 87.300466
Jul 6, 2026 88.625639
Jul 3, 2026 88.462067
Jul 2, 2026 88.894469
Jul 1, 2026 89.03298
Jun 30, 2026 88.919064
Jun 29, 2026 88.558101
Jun 26, 2026 88.304957
Jun 25, 2026 85.222256

Frequently Asked Questions

What is the current EUR to RUB exchange rate?

As of Aug 5, 2026, 1 EUR (EUR) equals 93.198915 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