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: show the values
| Point | ZAR/ETB |
|---|---|
| 2025-09-27 | 8.2927 |
| 2025-10-04 | 8.3867 |
| 2025-10-11 | 8.4046 |
| 2025-10-18 | 8.5147 |
| 2025-10-25 | 8.7456 |
| 2025-11-01 | 8.8529 |
| 2025-11-08 | 8.9179 |
| 2025-11-15 | 8.9907 |
| 2025-11-22 | 8.8806 |
| 2025-11-29 | 8.9818 |
| 2025-12-06 | 9.1725 |
| 2025-12-14 | 9.2238 |
| 2025-12-21 | 9.2602 |
| 2025-12-28 | 9.3384 |
| 2026-01-04 | 9.4099 |
| 2026-01-11 | 9.4113 |
| 2026-01-18 | 9.4799 |
| 2026-01-25 | 9.6700 |
| 2026-02-01 | 9.6287 |
| 2026-02-08 | 9.6691 |
| 2026-02-15 | 9.7495 |
| 2026-02-22 | 9.6883 |
| 2026-03-01 | 9.7492 |
| 2026-03-08 | 9.4060 |
| 2026-03-15 | 9.2551 |
| 2026-03-22 | 9.2197 |
| 2026-03-29 | 9.1580 |
| 2026-04-05 | 9.2195 |
| 2026-04-12 | 9.4984 |
| 2026-04-19 | 9.5442 |
| 2026-04-26 | 9.3202 |
| 2026-05-03 | 9.4622 |
| 2026-05-10 | 9.4754 |
| 2026-05-18 | 9.4112 |
| 2026-05-26 | 9.8257 |
| 2026-06-02 | 9.7570 |
| 2026-06-11 | 9.7401 |
| 2026-06-18 | 9.7956 |
| 2026-06-25 | 9.6996 |
| 2026-07-02 | 9.7176 |
| 2026-07-09 | 9.8155 |
| 2026-07-16 | 9.8077 |
| 2026-07-23 | 9.7911 |
| 2026-07-30 | 9.6727 |
| 2026-08-06 | 9.8699 |
| 2026-08-13 | 10.0209 |
| 2026-08-21 | 10.1832 |
| 2026-08-28 | 10.1978 |
| 2026-09-04 | 10.1083 |
| 2026-09-11 | 9.9754 |
| 2026-09-18 | 9.8925 |
| 2026-09-25 | 10.0070 |
High
10.1978
Low
8.2927
Average
9.4564
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=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¤cies=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.