Skip to content

ETB to AUD exchange rate API

Ethiopian Birr to Australian Dollar · quoted 2026-09-25

0.008738

▼ +16.42% over 1Y

1 ETB = 0.008738 AUD · 1 AUD = 114.4427 ETB · Get this rate via the API

1 ETB buys 0.008738 AUD as of 2026-09-25, so 1 AUD buys 114.4427 ETB. Over the last year, ETB/AUD traded between 0.008564 and 0.01046, averaged 0.009286 and fell 16.42%. The API holds daily ETB/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/AUD over 1Y

ETB/AUD over 1Y: show the values
PointETB/AUD
2025-09-250.010455
2025-10-020.010418
2025-10-090.010417
2025-10-160.010447
2025-10-230.010241
2025-10-300.010069
2025-11-060.010024
2025-11-130.009930
2025-11-200.010010
2025-11-270.009962
2025-12-040.009749
2025-12-120.009643
2025-12-190.009744
2025-12-260.009578
2026-01-020.009618
2026-01-090.009608
2026-01-160.009587
2026-01-230.009367
2026-01-300.009164
2026-02-060.009181
2026-02-130.009096
2026-02-200.009196
2026-02-270.010007
2026-03-060.009199
2026-03-130.009065
2026-03-200.009001
2026-03-270.009247
2026-04-030.009311
2026-04-100.009033
2026-04-170.008923
2026-04-240.008937
2026-05-010.008844
2026-05-080.008825
2026-05-160.008879
2026-05-240.008755
2026-05-310.008797
2026-06-090.008923
2026-06-160.008869
2026-06-230.009050
2026-06-300.009062
2026-07-070.008963
2026-07-140.008953
2026-07-210.008838
2026-07-280.008954
2026-08-040.008827
2026-08-110.008760
2026-08-180.008697
2026-08-260.008629
2026-09-020.008627
2026-09-090.008564
2026-09-160.008650
2026-09-230.008748

High

0.01046

Low

0.008564

Average

0.009286

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/AUD API questions

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

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

How far back does ETB/AUD historical data go?

Daily ETB/AUD 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 ETB/AUD 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.