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: show the values
| Point | RUB/ETB |
|---|---|
| 2025-09-26 | 1.7222 |
| 2025-10-03 | 1.7692 |
| 2025-10-10 | 1.7945 |
| 2025-10-17 | 1.8353 |
| 2025-10-24 | 1.8556 |
| 2025-10-31 | 1.9060 |
| 2025-11-07 | 1.8918 |
| 2025-11-14 | 1.9034 |
| 2025-11-21 | 1.9359 |
| 2025-11-28 | 1.9754 |
| 2025-12-05 | 2.0187 |
| 2025-12-13 | 1.9495 |
| 2025-12-20 | 1.9252 |
| 2025-12-27 | 1.9768 |
| 2026-01-03 | 1.9295 |
| 2026-01-10 | 1.9604 |
| 2026-01-17 | 2.0000 |
| 2026-01-24 | 2.0550 |
| 2026-01-31 | 2.0365 |
| 2026-02-07 | 2.0185 |
| 2026-02-14 | 2.0347 |
| 2026-02-21 | 2.0267 |
| 2026-02-28 | 2.0263 |
| 2026-03-07 | 1.9694 |
| 2026-03-14 | 1.9623 |
| 2026-03-21 | 1.8973 |
| 2026-03-28 | 1.9237 |
| 2026-04-04 | 1.9522 |
| 2026-04-11 | 2.0298 |
| 2026-04-18 | 2.0595 |
| 2026-04-25 | 2.0528 |
| 2026-05-02 | 2.0941 |
| 2026-05-09 | 2.1189 |
| 2026-05-17 | 2.1637 |
| 2026-05-25 | 2.2538 |
| 2026-06-01 | 2.2416 |
| 2026-06-10 | 2.2375 |
| 2026-06-17 | 2.1899 |
| 2026-06-24 | 2.1603 |
| 2026-07-01 | 2.0289 |
| 2026-07-08 | 2.0947 |
| 2026-07-15 | 2.0725 |
| 2026-07-22 | 2.0569 |
| 2026-07-29 | 2.0335 |
| 2026-08-05 | 1.9879 |
| 2026-08-12 | 1.9584 |
| 2026-08-20 | 1.9349 |
| 2026-08-27 | 1.9070 |
| 2026-09-03 | 1.8636 |
| 2026-09-10 | 1.9170 |
| 2026-09-17 | 1.9257 |
| 2026-09-24 | 1.9281 |
High
2.2538
Low
1.7222
Average
1.9902
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.