AUD to EUR exchange rate API
Australian Dollar to Euro · quoted 2026-09-23
0.62159
▲ +0.48% over 5Y
1 AUD = 0.62159 EUR · 1 EUR = 1.6088 AUD · Get this rate via the API
1 AUD buys 0.62159 EUR as of 2026-09-23, so 1 EUR buys 1.6088 AUD. Over the last 5 years, AUD/EUR traded between 0.55692 and 0.69099, averaged 0.61054 and rose 0.48%. The API holds daily AUD/EUR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
AUD/EUR over 5Y: show the values
| Point | AUD/EUR |
|---|---|
| 2021-09-24 | 0.61862 |
| 2021-11-05 | 0.64127 |
| 2021-12-17 | 0.63231 |
| 2022-01-28 | 0.62613 |
| 2022-03-11 | 0.66591 |
| 2022-04-26 | 0.67440 |
| 2022-06-07 | 0.67186 |
| 2022-07-19 | 0.67254 |
| 2022-08-30 | 0.69099 |
| 2022-10-11 | 0.64725 |
| 2022-11-22 | 0.64629 |
| 2023-01-04 | 0.64716 |
| 2023-02-15 | 0.64396 |
| 2023-03-29 | 0.61531 |
| 2023-05-15 | 0.61497 |
| 2023-06-26 | 0.61177 |
| 2023-08-07 | 0.59827 |
| 2023-09-18 | 0.60332 |
| 2023-10-30 | 0.60107 |
| 2023-12-11 | 0.60901 |
| 2024-01-25 | 0.60470 |
| 2024-03-07 | 0.60602 |
| 2024-04-22 | 0.60544 |
| 2024-06-04 | 0.61110 |
| 2024-07-16 | 0.61847 |
| 2024-08-26 | 0.60621 |
| 2024-09-30 | 0.61858 |
| 2024-10-30 | 0.60753 |
| 2024-11-29 | 0.61557 |
| 2024-12-29 | 0.59622 |
| 2025-01-28 | 0.59887 |
| 2025-02-27 | 0.60103 |
| 2025-03-29 | 0.57856 |
| 2025-04-28 | 0.56309 |
| 2025-05-28 | 0.56883 |
| 2025-06-27 | 0.55828 |
| 2025-07-27 | 0.55888 |
| 2025-08-26 | 0.55692 |
| 2025-09-25 | 0.56079 |
| 2025-10-25 | 0.56027 |
| 2025-11-24 | 0.55935 |
| 2025-12-24 | 0.56860 |
| 2026-01-23 | 0.58466 |
| 2026-02-22 | 0.60020 |
| 2026-03-24 | 0.60176 |
| 2026-04-23 | 0.61173 |
| 2026-05-23 | 0.61439 |
| 2026-06-22 | 0.61177 |
| 2026-07-22 | 0.61304 |
| 2026-08-21 | 0.61271 |
| 2026-09-20 | 0.62040 |
High
0.69099
Low
0.55692
Average
0.61054
Get this rate via the API
One GET request returns the AUD/EUR 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=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=EUR").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/EUR API questions
How do I get the AUD/EUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/EUR rate in rates.EUR.
How far back does AUD/EUR historical data go?
Daily AUD/EUR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/EUR 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.