Skip to content

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

PLN/AUD over 5Y: show the values
PointPLN/AUD
2021-09-280.34899
2021-11-090.34059
2021-12-210.34156
2022-02-010.34643
2022-03-150.32170
2022-04-280.31592
2022-06-090.32629
2022-07-210.31187
2022-09-010.31088
2022-10-130.32079
2022-11-240.32825
2023-01-060.33205
2023-02-170.32571
2023-03-310.34835
2023-05-170.36106
2023-06-280.36917
2023-08-090.37562
2023-09-200.35554
2023-11-010.37084
2023-12-130.38031
2024-01-290.37558
2024-03-110.38654
2024-04-240.38018
2024-06-060.38052
2024-07-180.37833
2024-08-280.38153
2024-10-020.37364
2024-11-010.37962
2024-12-010.37778
2024-12-310.39233
2025-01-300.39714
2025-03-010.39870
2025-03-310.41391
2025-04-300.41630
2025-05-300.41524
2025-06-290.42307
2025-07-290.41474
2025-08-280.41954
2025-09-270.41897
2025-10-270.41906
2025-11-260.42110
2025-12-260.41631
2026-01-250.40750
2026-02-240.39613
2026-03-260.39054
2026-04-250.38717
2026-05-250.38352
2026-06-240.38332
2026-07-240.37727
2026-08-230.37783
2026-09-220.37079

High

0.42307

Low

0.31088

Average

0.37417

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=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&currencies=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.