Skip to content

AUD to ERN exchange rate API

Australian Dollar to Nakfa · quoted 2026-09-25

10.5468

▲ +6.81% over 1Y

1 AUD = 10.5468 ERN · 1 ERN = 0.09482 AUD · Get this rate via the API

1 AUD buys 10.5468 ERN as of 2026-09-25, so 1 ERN buys 0.09482 AUD. Over the last year, AUD/ERN traded between 9.7175 and 10.8503, averaged 10.3625 and rose 6.81%. The API holds daily AUD/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/ERN over 1Y

AUD/ERN over 1Y: show the values
PointAUD/ERN
2025-09-259.8747
2025-10-029.9129
2025-10-099.8957
2025-10-169.7476
2025-10-239.7557
2025-10-309.8036
2025-11-069.7754
2025-11-139.8344
2025-11-209.7175
2025-11-279.7893
2025-12-049.9105
2025-12-1210.0014
2025-12-199.9036
2025-12-2610.0640
2026-01-0210.0420
2026-01-0910.0126
2026-01-1610.0470
2026-01-2310.2976
2026-01-3010.5161
2026-02-0610.4805
2026-02-1310.5760
2026-02-2010.5711
2026-02-2710.6595
2026-03-0610.5094
2026-03-1310.5653
2026-03-2010.6003
2026-03-2710.3254
2026-04-0310.3392
2026-04-1010.6072
2026-04-1710.7650
2026-04-2410.7168
2026-05-0110.8019
2026-05-0810.8503
2026-05-1610.7216
2026-05-2410.7205
2026-05-3110.7728
2026-06-0910.5909
2026-06-1610.5972
2026-06-2310.4049
2026-06-3010.3306
2026-07-0710.4221
2026-07-1410.4136
2026-07-2110.5229
2026-07-2810.4527
2026-08-0410.5468
2026-08-1110.5962
2026-08-1810.6672
2026-08-2610.7774
2026-09-0210.7210
2026-09-0910.8371
2026-09-1610.6983
2026-09-2310.6011

High

10.8503

Low

9.7175

Average

10.3625

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/ERN API questions

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

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

How far back does AUD/ERN historical data go?

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