Skip to content

AED to PLN exchange rate API

UAE Dirham to Zloty · quoted 2026-09-25

1.0436

▲ +6.70% over YTD

1 AED = 1.0436 PLN · 1 PLN = 0.95824 AED · Get this rate via the API

1 AED buys 1.0436 PLN as of 2026-09-25, so 1 PLN buys 0.95824 AED. Over the year to date, AED/PLN traded between 0.95562 and 1.0442, averaged 1.0011 and rose 6.70%. The API holds daily AED/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/PLN over YTD

AED/PLN over YTD: show the values
PointAED/PLN
2025-12-310.9781
2026-01-070.9821
2026-01-140.9857
2026-01-210.9805
2026-01-280.9556
2026-02-040.9728
2026-02-110.9651
2026-02-180.9691
2026-02-250.9758
2026-03-040.9953
2026-03-110.9997
2026-03-181.0112
2026-03-251.0033
2026-04-011.0039
2026-04-080.9893
2026-04-150.9802
2026-04-220.9854
2026-04-290.9889
2026-05-060.9798
2026-05-130.9880
2026-05-200.9987
2026-05-270.9912
2026-06-030.9935
2026-06-101.0025
2026-06-170.9961
2026-06-241.0294
2026-07-011.0275
2026-07-081.0289
2026-07-151.0326
2026-07-221.0334
2026-07-291.0352
2026-08-051.0147
2026-08-121.0151
2026-08-191.0146
2026-08-261.0022
2026-09-021.0174
2026-09-091.0083
2026-09-161.0259
2026-09-231.0442

High

1.0442

Low

0.95562

Average

1.0011

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=PLN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=PLN").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/PLN API questions

How do I get the AED/PLN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/PLN rate in rates.PLN.

How far back does AED/PLN historical data go?

Daily AED/PLN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AED/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.