PLN to AUD exchange rate API
Zloty to Australian Dollar · quoted 2026-09-26
0.37084
▲ +6.26% over 5Y
1 PLN = 0.37084 AUD · 1 AUD = 2.6966 PLN · Get this rate via the API
1 PLN buys 0.37084 AUD as of 2026-09-26, so 1 AUD buys 2.6966 PLN. Over the last 5 years, PLN/AUD traded between 0.31088 and 0.42307, averaged 0.37417 and rose 6.26%. The API holds daily PLN/AUD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
PLN/AUD over 5Y: show the values
| Point | PLN/AUD |
|---|---|
| 2021-09-28 | 0.34899 |
| 2021-11-09 | 0.34059 |
| 2021-12-21 | 0.34156 |
| 2022-02-01 | 0.34643 |
| 2022-03-15 | 0.32170 |
| 2022-04-28 | 0.31592 |
| 2022-06-09 | 0.32629 |
| 2022-07-21 | 0.31187 |
| 2022-09-01 | 0.31088 |
| 2022-10-13 | 0.32079 |
| 2022-11-24 | 0.32825 |
| 2023-01-06 | 0.33205 |
| 2023-02-17 | 0.32571 |
| 2023-03-31 | 0.34835 |
| 2023-05-17 | 0.36106 |
| 2023-06-28 | 0.36917 |
| 2023-08-09 | 0.37562 |
| 2023-09-20 | 0.35554 |
| 2023-11-01 | 0.37084 |
| 2023-12-13 | 0.38031 |
| 2024-01-29 | 0.37558 |
| 2024-03-11 | 0.38654 |
| 2024-04-24 | 0.38018 |
| 2024-06-06 | 0.38052 |
| 2024-07-18 | 0.37833 |
| 2024-08-28 | 0.38153 |
| 2024-10-02 | 0.37364 |
| 2024-11-01 | 0.37962 |
| 2024-12-01 | 0.37778 |
| 2024-12-31 | 0.39233 |
| 2025-01-30 | 0.39714 |
| 2025-03-01 | 0.39870 |
| 2025-03-31 | 0.41391 |
| 2025-04-30 | 0.41630 |
| 2025-05-30 | 0.41524 |
| 2025-06-29 | 0.42307 |
| 2025-07-29 | 0.41474 |
| 2025-08-28 | 0.41954 |
| 2025-09-27 | 0.41897 |
| 2025-10-27 | 0.41906 |
| 2025-11-26 | 0.42110 |
| 2025-12-26 | 0.41631 |
| 2026-01-25 | 0.40750 |
| 2026-02-24 | 0.39613 |
| 2026-03-26 | 0.39054 |
| 2026-04-25 | 0.38717 |
| 2026-05-25 | 0.38352 |
| 2026-06-24 | 0.38332 |
| 2026-07-24 | 0.37727 |
| 2026-08-23 | 0.37783 |
| 2026-09-22 | 0.37079 |
High
0.42307
Low
0.31088
Average
0.37417
Get this rate via the API
One GET request returns the PLN/AUD 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=PLN¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AUD").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/AUD API questions
How do I get the PLN/AUD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/AUD rate in rates.AUD.
How far back does PLN/AUD historical data go?
Daily PLN/AUD 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 PLN/AUD 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.