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: show the values
| Point | ZAR/ETB |
|---|---|
| 2025-12-31 | 9.4051 |
| 2026-01-07 | 9.4255 |
| 2026-01-14 | 9.4963 |
| 2026-01-21 | 9.5659 |
| 2026-01-28 | 9.7424 |
| 2026-02-04 | 9.7525 |
| 2026-02-11 | 9.7759 |
| 2026-02-18 | 9.6956 |
| 2026-02-25 | 9.7698 |
| 2026-03-04 | 9.5085 |
| 2026-03-11 | 9.5033 |
| 2026-03-18 | 9.2534 |
| 2026-03-25 | 9.2490 |
| 2026-04-01 | 9.3556 |
| 2026-04-08 | 9.6575 |
| 2026-04-15 | 9.5170 |
| 2026-04-22 | 9.4932 |
| 2026-04-29 | 9.4812 |
| 2026-05-06 | 9.5731 |
| 2026-05-14 | 9.5976 |
| 2026-05-21 | 9.5358 |
| 2026-05-29 | 9.8767 |
| 2026-06-05 | 9.8896 |
| 2026-06-14 | 9.8107 |
| 2026-06-21 | 9.6788 |
| 2026-06-28 | 9.6361 |
| 2026-07-05 | 9.8469 |
| 2026-07-12 | 9.7528 |
| 2026-07-19 | 9.7543 |
| 2026-07-26 | 9.5474 |
| 2026-08-02 | 9.6547 |
| 2026-08-09 | 9.9203 |
| 2026-08-16 | 10.0109 |
| 2026-08-24 | 10.1212 |
| 2026-08-31 | 10.1868 |
| 2026-09-07 | 10.1549 |
| 2026-09-14 | 9.9301 |
| 2026-09-21 | 10.0384 |
High
10.1868
Low
9.2490
Average
9.6945
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.