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: show the values
| Point | AED/PLN |
|---|---|
| 2025-12-31 | 0.9781 |
| 2026-01-07 | 0.9821 |
| 2026-01-14 | 0.9857 |
| 2026-01-21 | 0.9805 |
| 2026-01-28 | 0.9556 |
| 2026-02-04 | 0.9728 |
| 2026-02-11 | 0.9651 |
| 2026-02-18 | 0.9691 |
| 2026-02-25 | 0.9758 |
| 2026-03-04 | 0.9953 |
| 2026-03-11 | 0.9997 |
| 2026-03-18 | 1.0112 |
| 2026-03-25 | 1.0033 |
| 2026-04-01 | 1.0039 |
| 2026-04-08 | 0.9893 |
| 2026-04-15 | 0.9802 |
| 2026-04-22 | 0.9854 |
| 2026-04-29 | 0.9889 |
| 2026-05-06 | 0.9798 |
| 2026-05-13 | 0.9880 |
| 2026-05-20 | 0.9987 |
| 2026-05-27 | 0.9912 |
| 2026-06-03 | 0.9935 |
| 2026-06-10 | 1.0025 |
| 2026-06-17 | 0.9961 |
| 2026-06-24 | 1.0294 |
| 2026-07-01 | 1.0275 |
| 2026-07-08 | 1.0289 |
| 2026-07-15 | 1.0326 |
| 2026-07-22 | 1.0334 |
| 2026-07-29 | 1.0352 |
| 2026-08-05 | 1.0147 |
| 2026-08-12 | 1.0151 |
| 2026-08-19 | 1.0146 |
| 2026-08-26 | 1.0022 |
| 2026-09-02 | 1.0174 |
| 2026-09-09 | 1.0083 |
| 2026-09-16 | 1.0259 |
| 2026-09-23 | 1.0442 |
High
1.0442
Low
0.95562
Average
1.0011
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.