PLN to AZN exchange rate API
Zloty to Azerbaijanian Manat · quoted 2026-09-24
0.44143
▼ +3.68% over 1Y
1 PLN = 0.44143 AZN · 1 AZN = 2.2654 PLN · Get this rate via the API
1 PLN buys 0.44143 AZN as of 2026-09-24, so 1 AZN buys 2.2654 PLN. Over the last year, PLN/AZN traded between 0.44143 and 0.48467, averaged 0.46297 and fell 3.68%. The API holds daily PLN/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PLN/AZN over 1Y: show the values
| Point | PLN/AZN |
|---|---|
| 2025-09-24 | 0.45828 |
| 2025-10-01 | 0.45800 |
| 2025-10-08 | 0.45501 |
| 2025-10-15 | 0.46422 |
| 2025-10-22 | 0.46554 |
| 2025-10-29 | 0.46634 |
| 2025-11-05 | 0.45878 |
| 2025-11-12 | 0.46545 |
| 2025-11-19 | 0.46570 |
| 2025-11-26 | 0.46513 |
| 2025-12-03 | 0.46873 |
| 2025-12-11 | 0.47111 |
| 2025-12-18 | 0.47374 |
| 2025-12-25 | 0.47505 |
| 2026-01-01 | 0.47398 |
| 2026-01-08 | 0.47152 |
| 2026-01-15 | 0.46946 |
| 2026-01-22 | 0.47311 |
| 2026-01-29 | 0.48467 |
| 2026-02-05 | 0.47521 |
| 2026-02-12 | 0.47864 |
| 2026-02-19 | 0.47329 |
| 2026-02-26 | 0.47564 |
| 2026-03-05 | 0.46228 |
| 2026-03-12 | 0.46103 |
| 2026-03-19 | 0.45577 |
| 2026-03-26 | 0.45894 |
| 2026-04-02 | 0.45718 |
| 2026-04-09 | 0.46373 |
| 2026-04-16 | 0.47261 |
| 2026-04-23 | 0.46831 |
| 2026-04-30 | 0.46234 |
| 2026-05-07 | 0.47428 |
| 2026-05-15 | 0.46302 |
| 2026-05-23 | 0.46517 |
| 2026-05-30 | 0.46845 |
| 2026-06-06 | 0.46201 |
| 2026-06-15 | 0.46472 |
| 2026-06-22 | 0.45631 |
| 2026-06-29 | 0.45226 |
| 2026-07-06 | 0.45252 |
| 2026-07-13 | 0.44916 |
| 2026-07-20 | 0.44838 |
| 2026-07-27 | 0.44797 |
| 2026-08-03 | 0.45569 |
| 2026-08-10 | 0.45690 |
| 2026-08-17 | 0.45765 |
| 2026-08-25 | 0.46047 |
| 2026-09-01 | 0.45490 |
| 2026-09-08 | 0.45726 |
| 2026-09-15 | 0.45199 |
| 2026-09-22 | 0.44818 |
High
0.48467
Low
0.44143
Average
0.46297
Get this rate via the API
One GET request returns the PLN/AZN 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=PLN¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/AZN API questions
How do I get the PLN/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/AZN rate in rates.AZN.
How far back does PLN/AZN historical data go?
Daily PLN/AZN 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 PLN/AZN 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.