AUD to PLN exchange rate API
Australian Dollar to Zloty · quoted 2026-09-27
2.6966
▲ +12.98% over 1Y
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 year, AUD/PLN traded between 2.3649 and 2.7067, averaged 2.5362 and rose 12.98%. 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 1Y: show the values
| Point | AUD/PLN |
|---|---|
| 2025-09-27 | 2.3868 |
| 2025-10-04 | 2.3917 |
| 2025-10-11 | 2.3763 |
| 2025-10-18 | 2.3649 |
| 2025-10-25 | 2.3751 |
| 2025-11-01 | 2.4125 |
| 2025-11-08 | 2.3784 |
| 2025-11-15 | 2.3798 |
| 2025-11-22 | 2.3770 |
| 2025-11-29 | 2.3932 |
| 2025-12-06 | 2.4109 |
| 2025-12-13 | 2.3941 |
| 2025-12-20 | 2.3762 |
| 2025-12-27 | 2.4027 |
| 2026-01-03 | 2.4040 |
| 2026-01-10 | 2.4199 |
| 2026-01-17 | 2.4309 |
| 2026-01-24 | 2.4496 |
| 2026-01-31 | 2.4741 |
| 2026-02-07 | 2.5042 |
| 2026-02-14 | 2.5084 |
| 2026-02-21 | 2.5363 |
| 2026-02-28 | 2.5444 |
| 2026-03-07 | 2.5848 |
| 2026-03-14 | 2.6077 |
| 2026-03-21 | 2.5943 |
| 2026-03-28 | 2.5631 |
| 2026-04-04 | 2.5598 |
| 2026-04-11 | 2.5637 |
| 2026-04-18 | 2.5790 |
| 2026-04-25 | 2.5828 |
| 2026-05-02 | 2.6085 |
| 2026-05-09 | 2.6078 |
| 2026-05-16 | 2.6105 |
| 2026-05-23 | 2.6052 |
| 2026-05-30 | 2.6073 |
| 2026-06-06 | 2.5940 |
| 2026-06-13 | 2.5855 |
| 2026-06-20 | 2.6036 |
| 2026-06-27 | 2.5969 |
| 2026-07-04 | 2.6024 |
| 2026-07-11 | 2.6322 |
| 2026-07-18 | 2.6491 |
| 2026-07-25 | 2.6504 |
| 2026-08-01 | 2.6282 |
| 2026-08-08 | 2.6280 |
| 2026-08-15 | 2.6375 |
| 2026-08-22 | 2.6477 |
| 2026-08-29 | 2.6847 |
| 2026-09-05 | 2.6746 |
| 2026-09-12 | 2.6730 |
| 2026-09-19 | 2.7067 |
| 2026-09-26 | 2.6966 |
High
2.7067
Low
2.3649
Average
2.5362
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.