Skip to content

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

AUD/PLN over 1Y: show the values
PointAUD/PLN
2025-09-272.3868
2025-10-042.3917
2025-10-112.3763
2025-10-182.3649
2025-10-252.3751
2025-11-012.4125
2025-11-082.3784
2025-11-152.3798
2025-11-222.3770
2025-11-292.3932
2025-12-062.4109
2025-12-132.3941
2025-12-202.3762
2025-12-272.4027
2026-01-032.4040
2026-01-102.4199
2026-01-172.4309
2026-01-242.4496
2026-01-312.4741
2026-02-072.5042
2026-02-142.5084
2026-02-212.5363
2026-02-282.5444
2026-03-072.5848
2026-03-142.6077
2026-03-212.5943
2026-03-282.5631
2026-04-042.5598
2026-04-112.5637
2026-04-182.5790
2026-04-252.5828
2026-05-022.6085
2026-05-092.6078
2026-05-162.6105
2026-05-232.6052
2026-05-302.6073
2026-06-062.5940
2026-06-132.5855
2026-06-202.6036
2026-06-272.5969
2026-07-042.6024
2026-07-112.6322
2026-07-182.6491
2026-07-252.6504
2026-08-012.6282
2026-08-082.6280
2026-08-152.6375
2026-08-222.6477
2026-08-292.6847
2026-09-052.6746
2026-09-122.6730
2026-09-192.7067
2026-09-262.6966

High

2.7067

Low

2.3649

Average

2.5362

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.