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: show the values
| Point | ERN/AUD |
|---|---|
| 2025-09-25 | 0.10127 |
| 2025-10-02 | 0.10088 |
| 2025-10-09 | 0.10105 |
| 2025-10-16 | 0.10259 |
| 2025-10-23 | 0.10250 |
| 2025-10-30 | 0.10200 |
| 2025-11-06 | 0.10230 |
| 2025-11-13 | 0.10168 |
| 2025-11-20 | 0.10291 |
| 2025-11-27 | 0.10215 |
| 2025-12-04 | 0.10090 |
| 2025-12-12 | 0.09999 |
| 2025-12-19 | 0.10097 |
| 2025-12-26 | 0.09936 |
| 2026-01-02 | 0.09958 |
| 2026-01-09 | 0.09987 |
| 2026-01-16 | 0.09953 |
| 2026-01-23 | 0.09711 |
| 2026-01-30 | 0.09509 |
| 2026-02-06 | 0.09541 |
| 2026-02-13 | 0.09455 |
| 2026-02-20 | 0.09460 |
| 2026-02-27 | 0.09381 |
| 2026-03-06 | 0.09515 |
| 2026-03-13 | 0.09465 |
| 2026-03-20 | 0.09434 |
| 2026-03-27 | 0.09685 |
| 2026-04-03 | 0.09672 |
| 2026-04-10 | 0.09427 |
| 2026-04-17 | 0.09289 |
| 2026-04-24 | 0.09331 |
| 2026-05-01 | 0.09258 |
| 2026-05-08 | 0.09216 |
| 2026-05-16 | 0.09327 |
| 2026-05-24 | 0.09328 |
| 2026-05-31 | 0.09283 |
| 2026-06-09 | 0.09442 |
| 2026-06-16 | 0.09436 |
| 2026-06-23 | 0.09611 |
| 2026-06-30 | 0.09680 |
| 2026-07-07 | 0.09595 |
| 2026-07-14 | 0.09603 |
| 2026-07-21 | 0.09503 |
| 2026-07-28 | 0.09567 |
| 2026-08-04 | 0.09481 |
| 2026-08-11 | 0.09437 |
| 2026-08-18 | 0.09374 |
| 2026-08-26 | 0.09279 |
| 2026-09-02 | 0.09327 |
| 2026-09-09 | 0.09228 |
| 2026-09-16 | 0.09347 |
| 2026-09-23 | 0.09433 |
High
0.10291
Low
0.09216
Average
0.09662
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ERN¤cies=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¤cies=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.