Skip to content

RUB to ETB exchange rate API

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

1.9196

▲ +0.66% over 30D

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 30 days, RUB/ETB traded between 1.8605 and 1.9434, averaged 1.9012 and rose 0.66%. 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 30D

RUB/ETB over 30D: show the values
PointRUB/ETB
2026-08-271.9070
2026-08-281.9092
2026-08-291.8624
2026-08-301.8659
2026-08-311.9097
2026-09-011.8772
2026-09-021.8677
2026-09-031.8636
2026-09-041.8625
2026-09-051.8812
2026-09-061.8605
2026-09-071.8750
2026-09-081.8781
2026-09-091.8825
2026-09-101.9170
2026-09-111.9198
2026-09-121.9133
2026-09-131.9129
2026-09-141.9088
2026-09-151.9098
2026-09-161.9250
2026-09-171.9257
2026-09-181.9050
2026-09-191.9030
2026-09-201.9102
2026-09-211.9392
2026-09-221.9434
2026-09-231.9187
2026-09-241.9281
2026-09-251.9180
2026-09-261.9196

High

1.9434

Low

1.8605

Average

1.9012

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.