AZN to PLN exchange rate API
Azerbaijanian Manat to Zloty · quoted 2026-09-24
2.2672
▲ +3.90% over 1Y
1 AZN = 2.2672 PLN · 1 PLN = 0.44107 AZN · Get this rate via the API
1 AZN buys 2.2672 PLN as of 2026-09-24, so 1 PLN buys 0.44107 AZN. Over the last year, AZN/PLN traded between 2.0633 and 2.2672, averaged 2.1608 and rose 3.90%. The API holds daily AZN/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/PLN over 1Y: show the values
| Point | AZN/PLN |
|---|---|
| 2025-09-24 | 2.1821 |
| 2025-10-01 | 2.1834 |
| 2025-10-08 | 2.1978 |
| 2025-10-15 | 2.1541 |
| 2025-10-22 | 2.1480 |
| 2025-10-29 | 2.1444 |
| 2025-11-05 | 2.1797 |
| 2025-11-12 | 2.1484 |
| 2025-11-19 | 2.1473 |
| 2025-11-26 | 2.1499 |
| 2025-12-03 | 2.1334 |
| 2025-12-11 | 2.1226 |
| 2025-12-18 | 2.1108 |
| 2025-12-25 | 2.1051 |
| 2026-01-01 | 2.1098 |
| 2026-01-08 | 2.1208 |
| 2026-01-15 | 2.1301 |
| 2026-01-22 | 2.1137 |
| 2026-01-29 | 2.0633 |
| 2026-02-05 | 2.1043 |
| 2026-02-12 | 2.0893 |
| 2026-02-19 | 2.1128 |
| 2026-02-26 | 2.1024 |
| 2026-03-05 | 2.1632 |
| 2026-03-12 | 2.1691 |
| 2026-03-19 | 2.1941 |
| 2026-03-26 | 2.1789 |
| 2026-04-02 | 2.1873 |
| 2026-04-09 | 2.1564 |
| 2026-04-16 | 2.1159 |
| 2026-04-23 | 2.1353 |
| 2026-04-30 | 2.1629 |
| 2026-05-07 | 2.1085 |
| 2026-05-15 | 2.1598 |
| 2026-05-23 | 2.1497 |
| 2026-05-30 | 2.1347 |
| 2026-06-06 | 2.1644 |
| 2026-06-15 | 2.1518 |
| 2026-06-22 | 2.1915 |
| 2026-06-29 | 2.2111 |
| 2026-07-06 | 2.2098 |
| 2026-07-13 | 2.2264 |
| 2026-07-20 | 2.2302 |
| 2026-07-27 | 2.2323 |
| 2026-08-03 | 2.1945 |
| 2026-08-10 | 2.1886 |
| 2026-08-17 | 2.1851 |
| 2026-08-25 | 2.1717 |
| 2026-09-01 | 2.1983 |
| 2026-09-08 | 2.1869 |
| 2026-09-15 | 2.2124 |
| 2026-09-22 | 2.2312 |
High
2.2672
Low
2.0633
Average
2.1608
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/PLN API questions
How do I get the AZN/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/PLN rate in rates.PLN.
How far back does AZN/PLN historical data go?
Daily AZN/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 AZN/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.