Skip to content

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

PLN/AZN over 1Y: show the values
PointPLN/AZN
2025-09-240.45828
2025-10-010.45800
2025-10-080.45501
2025-10-150.46422
2025-10-220.46554
2025-10-290.46634
2025-11-050.45878
2025-11-120.46545
2025-11-190.46570
2025-11-260.46513
2025-12-030.46873
2025-12-110.47111
2025-12-180.47374
2025-12-250.47505
2026-01-010.47398
2026-01-080.47152
2026-01-150.46946
2026-01-220.47311
2026-01-290.48467
2026-02-050.47521
2026-02-120.47864
2026-02-190.47329
2026-02-260.47564
2026-03-050.46228
2026-03-120.46103
2026-03-190.45577
2026-03-260.45894
2026-04-020.45718
2026-04-090.46373
2026-04-160.47261
2026-04-230.46831
2026-04-300.46234
2026-05-070.47428
2026-05-150.46302
2026-05-230.46517
2026-05-300.46845
2026-06-060.46201
2026-06-150.46472
2026-06-220.45631
2026-06-290.45226
2026-07-060.45252
2026-07-130.44916
2026-07-200.44838
2026-07-270.44797
2026-08-030.45569
2026-08-100.45690
2026-08-170.45765
2026-08-250.46047
2026-09-010.45490
2026-09-080.45726
2026-09-150.45199
2026-09-220.44818

High

0.48467

Low

0.44143

Average

0.46297

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=AZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=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&currencies=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.