Skip to content

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

AZN/PLN over 1Y: show the values
PointAZN/PLN
2025-09-242.1821
2025-10-012.1834
2025-10-082.1978
2025-10-152.1541
2025-10-222.1480
2025-10-292.1444
2025-11-052.1797
2025-11-122.1484
2025-11-192.1473
2025-11-262.1499
2025-12-032.1334
2025-12-112.1226
2025-12-182.1108
2025-12-252.1051
2026-01-012.1098
2026-01-082.1208
2026-01-152.1301
2026-01-222.1137
2026-01-292.0633
2026-02-052.1043
2026-02-122.0893
2026-02-192.1128
2026-02-262.1024
2026-03-052.1632
2026-03-122.1691
2026-03-192.1941
2026-03-262.1789
2026-04-022.1873
2026-04-092.1564
2026-04-162.1159
2026-04-232.1353
2026-04-302.1629
2026-05-072.1085
2026-05-152.1598
2026-05-232.1497
2026-05-302.1347
2026-06-062.1644
2026-06-152.1518
2026-06-222.1915
2026-06-292.2111
2026-07-062.2098
2026-07-132.2264
2026-07-202.2302
2026-07-272.2323
2026-08-032.1945
2026-08-102.1886
2026-08-172.1851
2026-08-252.1717
2026-09-012.1983
2026-09-082.1869
2026-09-152.2124
2026-09-222.2312

High

2.2672

Low

2.0633

Average

2.1608

For developers

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