Skip to content

ERN to AUD exchange rate API

Nakfa to Australian Dollar · quoted 2026-09-25

0.09481

▼ +6.37% over 1Y

1 ERN = 0.09481 AUD · 1 AUD = 10.5469 ERN · Get this rate via the API

1 ERN buys 0.09481 AUD as of 2026-09-25, so 1 AUD buys 10.5469 ERN. Over the last year, ERN/AUD traded between 0.09216 and 0.10291, averaged 0.09662 and fell 6.37%. The API holds daily ERN/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ERN/AUD over 1Y

ERN/AUD over 1Y: show the values
PointERN/AUD
2025-09-250.10127
2025-10-020.10088
2025-10-090.10105
2025-10-160.10259
2025-10-230.10250
2025-10-300.10200
2025-11-060.10230
2025-11-130.10168
2025-11-200.10291
2025-11-270.10215
2025-12-040.10090
2025-12-120.09999
2025-12-190.10097
2025-12-260.09936
2026-01-020.09958
2026-01-090.09987
2026-01-160.09953
2026-01-230.09711
2026-01-300.09509
2026-02-060.09541
2026-02-130.09455
2026-02-200.09460
2026-02-270.09381
2026-03-060.09515
2026-03-130.09465
2026-03-200.09434
2026-03-270.09685
2026-04-030.09672
2026-04-100.09427
2026-04-170.09289
2026-04-240.09331
2026-05-010.09258
2026-05-080.09216
2026-05-160.09327
2026-05-240.09328
2026-05-310.09283
2026-06-090.09442
2026-06-160.09436
2026-06-230.09611
2026-06-300.09680
2026-07-070.09595
2026-07-140.09603
2026-07-210.09503
2026-07-280.09567
2026-08-040.09481
2026-08-110.09437
2026-08-180.09374
2026-08-260.09279
2026-09-020.09327
2026-09-090.09228
2026-09-160.09347
2026-09-230.09433

High

0.10291

Low

0.09216

Average

0.09662

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ERN/AUD API questions

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

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

How far back does ERN/AUD historical data go?

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