Skip to content

ZAR to ETB exchange rate API

Rand to Ethiopian Birr · quoted 2026-09-27

9.9218

▲ +19.64% over 1Y

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 year, ZAR/ETB traded between 8.2927 and 10.1978, averaged 9.4564 and rose 19.64%. 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 1Y

ZAR/ETB over 1Y: show the values
PointZAR/ETB
2025-09-278.2927
2025-10-048.3867
2025-10-118.4046
2025-10-188.5147
2025-10-258.7456
2025-11-018.8529
2025-11-088.9179
2025-11-158.9907
2025-11-228.8806
2025-11-298.9818
2025-12-069.1725
2025-12-149.2238
2025-12-219.2602
2025-12-289.3384
2026-01-049.4099
2026-01-119.4113
2026-01-189.4799
2026-01-259.6700
2026-02-019.6287
2026-02-089.6691
2026-02-159.7495
2026-02-229.6883
2026-03-019.7492
2026-03-089.4060
2026-03-159.2551
2026-03-229.2197
2026-03-299.1580
2026-04-059.2195
2026-04-129.4984
2026-04-199.5442
2026-04-269.3202
2026-05-039.4622
2026-05-109.4754
2026-05-189.4112
2026-05-269.8257
2026-06-029.7570
2026-06-119.7401
2026-06-189.7956
2026-06-259.6996
2026-07-029.7176
2026-07-099.8155
2026-07-169.8077
2026-07-239.7911
2026-07-309.6727
2026-08-069.8699
2026-08-1310.0209
2026-08-2110.1832
2026-08-2810.1978
2026-09-0410.1083
2026-09-119.9754
2026-09-189.8925
2026-09-2510.0070

High

10.1978

Low

8.2927

Average

9.4564

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.