AUD to PLN exchange rate API
Australian Dollar to Zloty · quoted 2026-09-27
2.6966
▼ +5.89% over 5Y
1 AUD = 2.6966 PLN · 1 PLN = 0.37084 AUD · Get this rate via the API
1 AUD buys 2.6966 PLN as of 2026-09-27, so 1 PLN buys 0.37084 AUD. Over the last 5 years, AUD/PLN traded between 2.3636 and 3.2167, averaged 2.6931 and fell 5.89%. The API holds daily AUD/PLN rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
AUD/PLN over 5Y: show the values
| Point | AUD/PLN |
|---|---|
| 2021-09-28 | 2.8654 |
| 2021-11-09 | 2.9361 |
| 2021-12-21 | 2.9277 |
| 2022-02-01 | 2.8866 |
| 2022-03-15 | 3.1085 |
| 2022-04-28 | 3.1653 |
| 2022-06-09 | 3.0647 |
| 2022-07-21 | 3.2065 |
| 2022-09-01 | 3.2167 |
| 2022-10-13 | 3.1173 |
| 2022-11-24 | 3.0465 |
| 2023-01-06 | 3.0115 |
| 2023-02-17 | 3.0702 |
| 2023-03-31 | 2.8707 |
| 2023-05-17 | 2.7696 |
| 2023-06-28 | 2.7088 |
| 2023-08-09 | 2.6623 |
| 2023-09-20 | 2.8126 |
| 2023-11-01 | 2.6966 |
| 2023-12-13 | 2.6295 |
| 2024-01-29 | 2.6625 |
| 2024-03-11 | 2.5870 |
| 2024-04-24 | 2.6304 |
| 2024-06-06 | 2.6280 |
| 2024-07-18 | 2.6432 |
| 2024-08-28 | 2.6210 |
| 2024-10-02 | 2.6763 |
| 2024-11-01 | 2.6342 |
| 2024-12-01 | 2.6470 |
| 2024-12-31 | 2.5489 |
| 2025-01-30 | 2.5180 |
| 2025-03-01 | 2.5082 |
| 2025-03-31 | 2.4160 |
| 2025-04-30 | 2.4021 |
| 2025-05-30 | 2.4082 |
| 2025-06-29 | 2.3636 |
| 2025-07-29 | 2.4111 |
| 2025-08-28 | 2.3836 |
| 2025-09-27 | 2.3868 |
| 2025-10-27 | 2.3863 |
| 2025-11-26 | 2.3747 |
| 2025-12-26 | 2.4020 |
| 2026-01-25 | 2.4540 |
| 2026-02-24 | 2.5244 |
| 2026-03-26 | 2.5605 |
| 2026-04-25 | 2.5828 |
| 2026-05-25 | 2.6075 |
| 2026-06-24 | 2.6088 |
| 2026-07-24 | 2.6506 |
| 2026-08-23 | 2.6467 |
| 2026-09-22 | 2.6969 |
High
3.2167
Low
2.3636
Average
2.6931
Get this rate via the API
One GET request returns the AUD/PLN 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=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/PLN API questions
How do I get the AUD/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/PLN rate in rates.PLN.
How far back does AUD/PLN historical data go?
Daily AUD/PLN 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/PLN 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.