Skip to content

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

AUD/EUR over 5Y: show the values
PointAUD/EUR
2021-09-240.61862
2021-11-050.64127
2021-12-170.63231
2022-01-280.62613
2022-03-110.66591
2022-04-260.67440
2022-06-070.67186
2022-07-190.67254
2022-08-300.69099
2022-10-110.64725
2022-11-220.64629
2023-01-040.64716
2023-02-150.64396
2023-03-290.61531
2023-05-150.61497
2023-06-260.61177
2023-08-070.59827
2023-09-180.60332
2023-10-300.60107
2023-12-110.60901
2024-01-250.60470
2024-03-070.60602
2024-04-220.60544
2024-06-040.61110
2024-07-160.61847
2024-08-260.60621
2024-09-300.61858
2024-10-300.60753
2024-11-290.61557
2024-12-290.59622
2025-01-280.59887
2025-02-270.60103
2025-03-290.57856
2025-04-280.56309
2025-05-280.56883
2025-06-270.55828
2025-07-270.55888
2025-08-260.55692
2025-09-250.56079
2025-10-250.56027
2025-11-240.55935
2025-12-240.56860
2026-01-230.58466
2026-02-220.60020
2026-03-240.60176
2026-04-230.61173
2026-05-230.61439
2026-06-220.61177
2026-07-220.61304
2026-08-210.61271
2026-09-200.62040

High

0.69099

Low

0.55692

Average

0.61054

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=EUR");
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=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&currencies=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.