Skip to content

RUB to ETB exchange rate API

Russian Ruble to Ethiopian Birr · quoted 2026-09-26

1.9196

▲ +11.46% over 1Y

1 RUB = 1.9196 ETB · 1 ETB = 0.52095 RUB · Get this rate via the API

1 RUB buys 1.9196 ETB as of 2026-09-26, so 1 ETB buys 0.52095 RUB. Over the last year, RUB/ETB traded between 1.7222 and 2.2538, averaged 1.9902 and rose 11.46%. The API holds daily RUB/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/ETB over 1Y

RUB/ETB over 1Y: show the values
PointRUB/ETB
2025-09-261.7222
2025-10-031.7692
2025-10-101.7945
2025-10-171.8353
2025-10-241.8556
2025-10-311.9060
2025-11-071.8918
2025-11-141.9034
2025-11-211.9359
2025-11-281.9754
2025-12-052.0187
2025-12-131.9495
2025-12-201.9252
2025-12-271.9768
2026-01-031.9295
2026-01-101.9604
2026-01-172.0000
2026-01-242.0550
2026-01-312.0365
2026-02-072.0185
2026-02-142.0347
2026-02-212.0267
2026-02-282.0263
2026-03-071.9694
2026-03-141.9623
2026-03-211.8973
2026-03-281.9237
2026-04-041.9522
2026-04-112.0298
2026-04-182.0595
2026-04-252.0528
2026-05-022.0941
2026-05-092.1189
2026-05-172.1637
2026-05-252.2538
2026-06-012.2416
2026-06-102.2375
2026-06-172.1899
2026-06-242.1603
2026-07-012.0289
2026-07-082.0947
2026-07-152.0725
2026-07-222.0569
2026-07-292.0335
2026-08-051.9879
2026-08-121.9584
2026-08-201.9349
2026-08-271.9070
2026-09-031.8636
2026-09-101.9170
2026-09-171.9257
2026-09-241.9281

High

2.2538

Low

1.7222

Average

1.9902

For developers

Get this rate via the API

One GET request returns the RUB/ETB 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=RUB&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ETB");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/ETB API questions

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

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

How far back does RUB/ETB historical data go?

Daily RUB/ETB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/ETB 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.