Skip to content

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

AUD/PLN over 5Y: show the values
PointAUD/PLN
2021-09-282.8654
2021-11-092.9361
2021-12-212.9277
2022-02-012.8866
2022-03-153.1085
2022-04-283.1653
2022-06-093.0647
2022-07-213.2065
2022-09-013.2167
2022-10-133.1173
2022-11-243.0465
2023-01-063.0115
2023-02-173.0702
2023-03-312.8707
2023-05-172.7696
2023-06-282.7088
2023-08-092.6623
2023-09-202.8126
2023-11-012.6966
2023-12-132.6295
2024-01-292.6625
2024-03-112.5870
2024-04-242.6304
2024-06-062.6280
2024-07-182.6432
2024-08-282.6210
2024-10-022.6763
2024-11-012.6342
2024-12-012.6470
2024-12-312.5489
2025-01-302.5180
2025-03-012.5082
2025-03-312.4160
2025-04-302.4021
2025-05-302.4082
2025-06-292.3636
2025-07-292.4111
2025-08-282.3836
2025-09-272.3868
2025-10-272.3863
2025-11-262.3747
2025-12-262.4020
2026-01-252.4540
2026-02-242.5244
2026-03-262.5605
2026-04-252.5828
2026-05-252.6075
2026-06-242.6088
2026-07-242.6506
2026-08-232.6467
2026-09-222.6969

High

3.2167

Low

2.3636

Average

2.6931

For developers

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