Skip to content

EUR to RUB exchange rate API

Euro to Russian Ruble · quoted 2026-09-27

96.1230

▼ +1.83% over 1Y

1 EUR = 96.1230 RUB · 1 RUB = 0.01040 EUR · Get this rate via the API

1 EUR buys 96.1230 RUB as of 2026-09-27, so 1 RUB buys 0.01040 EUR. Over the last year, EUR/RUB traded between 83.3038 and 100.7146, averaged 91.6566 and fell 1.83%. The API holds daily EUR/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

EUR/RUB over 1Y

EUR/RUB over 1Y: show the values
PointEUR/RUB
2025-09-2797.9103
2025-10-0496.5289
2025-10-1194.3042
2025-10-1894.4946
2025-10-2592.5536
2025-11-0192.9808
2025-11-0893.5604
2025-11-1593.9027
2025-11-2291.0243
2025-11-2989.4679
2025-12-0689.0190
2025-12-1493.8502
2025-12-2194.3657
2025-12-2891.7899
2026-01-0494.1263
2026-01-1191.9697
2026-01-1890.2955
2026-01-2589.6272
2026-02-0190.0592
2026-02-0891.0263
2026-02-1591.0887
2026-02-2290.4925
2026-03-0191.0883
2026-03-0891.4123
2026-03-1591.7002
2026-03-2296.3912
2026-03-2993.7886
2026-04-0592.1510
2026-04-1290.2362
2026-04-1989.6281
2026-04-2688.1834
2026-05-0387.9740
2026-05-1087.4405
2026-05-1884.8060
2026-05-2683.3038
2026-06-0283.8652
2026-06-1183.3465
2026-06-1883.6230
2026-06-2584.9494
2026-07-0288.3436
2026-07-0987.8468
2026-07-1688.8453
2026-07-2389.3979
2026-07-3091.6115
2026-08-0693.4674
2026-08-1395.6479
2026-08-2196.8603
2026-08-2899.5138
2026-09-04100.7146
2026-09-1197.3268
2026-09-1896.8366
2026-09-2596.9404

High

100.7146

Low

83.3038

Average

91.6566

For developers

Get this rate via the API

One GET request returns the EUR/RUB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/RUB API questions

How do I get the EUR/RUB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/RUB rate in rates.RUB.

How far back does EUR/RUB historical data go?

Daily EUR/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/RUB exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.