Skip to content

PGK to AZN exchange rate API

Kina to Azerbaijanian Manat · quoted 2026-09-25

0.37848

▼ +5.73% over 1Y

1 PGK = 0.37848 AZN · 1 AZN = 2.6421 PGK · Get this rate via the API

1 PGK buys 0.37848 AZN as of 2026-09-25, so 1 AZN buys 2.6421 PGK. Over the last year, PGK/AZN traded between 0.37848 and 0.40984, averaged 0.39306 and fell 5.73%. The API holds daily PGK/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/AZN over 1Y

PGK/AZN over 1Y: show the values
PointPGK/AZN
2025-09-250.40150
2025-10-020.39784
2025-10-090.39998
2025-10-160.40548
2025-10-230.40984
2025-10-300.40574
2025-11-060.40227
2025-11-130.40258
2025-11-200.40174
2025-11-270.39949
2025-12-040.39714
2025-12-120.40073
2025-12-190.39897
2025-12-260.39361
2026-01-020.39647
2026-01-090.39854
2026-01-160.39813
2026-01-230.39822
2026-01-300.39705
2026-02-060.39626
2026-02-130.39640
2026-02-200.39554
2026-02-270.39521
2026-03-060.39536
2026-03-130.39287
2026-03-200.39573
2026-03-270.39488
2026-04-030.39392
2026-04-100.39383
2026-04-170.39125
2026-04-240.39427
2026-05-010.38949
2026-05-080.39008
2026-05-160.38904
2026-05-240.39127
2026-05-310.39058
2026-06-090.38775
2026-06-160.38927
2026-06-230.38855
2026-06-300.38621
2026-07-070.38718
2026-07-140.38638
2026-07-210.38531
2026-07-280.38477
2026-08-040.38613
2026-08-110.38319
2026-08-180.38426
2026-08-260.38370
2026-09-020.38436
2026-09-090.38362
2026-09-160.38059
2026-09-230.38127

High

0.40984

Low

0.37848

Average

0.39306

For developers

Get this rate via the API

One GET request returns the PGK/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=PGK&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&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=PGK&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/AZN API questions

How do I get the PGK/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/AZN rate in rates.AZN.

How far back does PGK/AZN historical data go?

Daily PGK/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 PGK/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.