Skip to content

ZAR to ETB exchange rate API

Rand to Ethiopian Birr · quoted 2026-09-27

9.9218

▲ +60.07% over 5Y

1 ZAR = 9.9218 ETB · 1 ETB = 0.10079 ZAR · Get this rate via the API

1 ZAR buys 9.9218 ETB as of 2026-09-27, so 1 ETB buys 0.10079 ZAR. Over the last 5 years, ZAR/ETB traded between 6.1983 and 10.1549, averaged 8.2844 and rose 60.07%. The API holds daily ZAR/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZAR/ETB over 5Y

ZAR/ETB over 5Y: show the values
PointZAR/ETB
2024-08-246.1983
2024-10-076.9161
2024-11-066.8055
2024-12-066.9331
2025-01-056.8327
2025-02-046.7931
2025-03-066.9940
2025-04-066.8326
2025-05-067.3280
2025-06-077.5598
2025-07-077.6392
2025-08-067.6397
2025-09-058.0908
2025-10-068.3925
2025-11-058.7494
2025-12-059.1905
2026-01-059.4462
2026-02-049.7525
2026-03-069.2807
2026-04-059.2195
2026-05-059.4111
2026-06-069.5868
2026-07-089.7769
2026-08-079.9490
2026-09-0710.1549

High

10.1549

Low

6.1983

Average

8.2844

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/ETB API questions

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

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

How far back does ZAR/ETB historical data go?

Daily ZAR/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 ZAR/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.