Skip to content

RUB to ETB exchange rate API

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

1.9196

▼ +1.95% over YTD

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 year to date, RUB/ETB traded between 1.8750 and 2.2612, averaged 2.0234 and fell 1.95%. 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 YTD

RUB/ETB over YTD: show the values
PointRUB/ETB
2025-12-311.9578
2026-01-071.9266
2026-01-141.9780
2026-01-211.9990
2026-01-282.0254
2026-02-042.0186
2026-02-112.0099
2026-02-182.0347
2026-02-252.0226
2026-03-041.9987
2026-03-111.9720
2026-03-181.8967
2026-03-251.9428
2026-04-011.9310
2026-04-082.0081
2026-04-152.0726
2026-04-222.0811
2026-04-292.0893
2026-05-062.0802
2026-05-142.1384
2026-05-212.2131
2026-05-292.2612
2026-06-052.1920
2026-06-142.1963
2026-06-212.1807
2026-06-282.0103
2026-07-052.0751
2026-07-122.0793
2026-07-192.0607
2026-07-262.0474
2026-08-022.0095
2026-08-091.9632
2026-08-161.9289
2026-08-241.9573
2026-08-311.9097
2026-09-071.8750
2026-09-141.9088
2026-09-211.9392

High

2.2612

Low

1.8750

Average

2.0234

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.