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: show the values
| Point | EUR/RUB |
|---|---|
| 2025-09-27 | 97.9103 |
| 2025-10-04 | 96.5289 |
| 2025-10-11 | 94.3042 |
| 2025-10-18 | 94.4946 |
| 2025-10-25 | 92.5536 |
| 2025-11-01 | 92.9808 |
| 2025-11-08 | 93.5604 |
| 2025-11-15 | 93.9027 |
| 2025-11-22 | 91.0243 |
| 2025-11-29 | 89.4679 |
| 2025-12-06 | 89.0190 |
| 2025-12-14 | 93.8502 |
| 2025-12-21 | 94.3657 |
| 2025-12-28 | 91.7899 |
| 2026-01-04 | 94.1263 |
| 2026-01-11 | 91.9697 |
| 2026-01-18 | 90.2955 |
| 2026-01-25 | 89.6272 |
| 2026-02-01 | 90.0592 |
| 2026-02-08 | 91.0263 |
| 2026-02-15 | 91.0887 |
| 2026-02-22 | 90.4925 |
| 2026-03-01 | 91.0883 |
| 2026-03-08 | 91.4123 |
| 2026-03-15 | 91.7002 |
| 2026-03-22 | 96.3912 |
| 2026-03-29 | 93.7886 |
| 2026-04-05 | 92.1510 |
| 2026-04-12 | 90.2362 |
| 2026-04-19 | 89.6281 |
| 2026-04-26 | 88.1834 |
| 2026-05-03 | 87.9740 |
| 2026-05-10 | 87.4405 |
| 2026-05-18 | 84.8060 |
| 2026-05-26 | 83.3038 |
| 2026-06-02 | 83.8652 |
| 2026-06-11 | 83.3465 |
| 2026-06-18 | 83.6230 |
| 2026-06-25 | 84.9494 |
| 2026-07-02 | 88.3436 |
| 2026-07-09 | 87.8468 |
| 2026-07-16 | 88.8453 |
| 2026-07-23 | 89.3979 |
| 2026-07-30 | 91.6115 |
| 2026-08-06 | 93.4674 |
| 2026-08-13 | 95.6479 |
| 2026-08-21 | 96.8603 |
| 2026-08-28 | 99.5138 |
| 2026-09-04 | 100.7146 |
| 2026-09-11 | 97.3268 |
| 2026-09-18 | 96.8366 |
| 2026-09-25 | 96.9404 |
High
100.7146
Low
83.3038
Average
91.6566
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.