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: show the values
| Point | AUD/ERN |
|---|---|
| 2025-09-25 | 9.8747 |
| 2025-10-02 | 9.9129 |
| 2025-10-09 | 9.8957 |
| 2025-10-16 | 9.7476 |
| 2025-10-23 | 9.7557 |
| 2025-10-30 | 9.8036 |
| 2025-11-06 | 9.7754 |
| 2025-11-13 | 9.8344 |
| 2025-11-20 | 9.7175 |
| 2025-11-27 | 9.7893 |
| 2025-12-04 | 9.9105 |
| 2025-12-12 | 10.0014 |
| 2025-12-19 | 9.9036 |
| 2025-12-26 | 10.0640 |
| 2026-01-02 | 10.0420 |
| 2026-01-09 | 10.0126 |
| 2026-01-16 | 10.0470 |
| 2026-01-23 | 10.2976 |
| 2026-01-30 | 10.5161 |
| 2026-02-06 | 10.4805 |
| 2026-02-13 | 10.5760 |
| 2026-02-20 | 10.5711 |
| 2026-02-27 | 10.6595 |
| 2026-03-06 | 10.5094 |
| 2026-03-13 | 10.5653 |
| 2026-03-20 | 10.6003 |
| 2026-03-27 | 10.3254 |
| 2026-04-03 | 10.3392 |
| 2026-04-10 | 10.6072 |
| 2026-04-17 | 10.7650 |
| 2026-04-24 | 10.7168 |
| 2026-05-01 | 10.8019 |
| 2026-05-08 | 10.8503 |
| 2026-05-16 | 10.7216 |
| 2026-05-24 | 10.7205 |
| 2026-05-31 | 10.7728 |
| 2026-06-09 | 10.5909 |
| 2026-06-16 | 10.5972 |
| 2026-06-23 | 10.4049 |
| 2026-06-30 | 10.3306 |
| 2026-07-07 | 10.4221 |
| 2026-07-14 | 10.4136 |
| 2026-07-21 | 10.5229 |
| 2026-07-28 | 10.4527 |
| 2026-08-04 | 10.5468 |
| 2026-08-11 | 10.5962 |
| 2026-08-18 | 10.6672 |
| 2026-08-26 | 10.7774 |
| 2026-09-02 | 10.7210 |
| 2026-09-09 | 10.8371 |
| 2026-09-16 | 10.6983 |
| 2026-09-23 | 10.6011 |
High
10.8503
Low
9.7175
Average
10.3625
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.