Skip to content

ZAR to ETB exchange rate API

Rand to Ethiopian Birr · quoted 2026-09-27

9.9218

▲ +5.49% over YTD

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 year to date, ZAR/ETB traded between 9.2490 and 10.1868, averaged 9.6945 and rose 5.49%. 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 YTD

ZAR/ETB over YTD: show the values
PointZAR/ETB
2025-12-319.4051
2026-01-079.4255
2026-01-149.4963
2026-01-219.5659
2026-01-289.7424
2026-02-049.7525
2026-02-119.7759
2026-02-189.6956
2026-02-259.7698
2026-03-049.5085
2026-03-119.5033
2026-03-189.2534
2026-03-259.2490
2026-04-019.3556
2026-04-089.6575
2026-04-159.5170
2026-04-229.4932
2026-04-299.4812
2026-05-069.5731
2026-05-149.5976
2026-05-219.5358
2026-05-299.8767
2026-06-059.8896
2026-06-149.8107
2026-06-219.6788
2026-06-289.6361
2026-07-059.8469
2026-07-129.7528
2026-07-199.7543
2026-07-269.5474
2026-08-029.6547
2026-08-099.9203
2026-08-1610.0109
2026-08-2410.1212
2026-08-3110.1868
2026-09-0710.1549
2026-09-149.9301
2026-09-2110.0384

High

10.1868

Low

9.2490

Average

9.6945

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.