Skip to content

PGK to UZS exchange rate API

Kina to Uzbekistan Sum · quoted 2026-09-25

2648.90

▼ +10.04% over 1Y

1 PGK = 2648.90 UZS · 1 UZS = 0.000378 PGK · Get this rate via the API

1 PGK buys 2648.90 UZS as of 2026-09-25, so 1 UZS buys 0.000378 PGK. Over the last year, PGK/UZS traded between 2635.39 and 2944.49, averaged 2786.59 and fell 10.04%. The API holds daily PGK/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/UZS over 1Y

PGK/UZS over 1Y: show the values
PointPGK/UZS
2025-09-252944.49
2025-10-022892.14
2025-10-092899.25
2025-10-162908.64
2025-10-232905.09
2025-10-302863.33
2025-11-062835.16
2025-11-132840.62
2025-11-202815.38
2025-11-272790.68
2025-12-042801.03
2025-12-122832.76
2025-12-192827.12
2025-12-262798.93
2026-01-022802.96
2026-01-092829.74
2026-01-162806.26
2026-01-232845.03
2026-01-302835.42
2026-02-062864.88
2026-02-132861.47
2026-02-202827.55
2026-02-272821.64
2026-03-062832.71
2026-03-132801.68
2026-03-202833.49
2026-03-272830.69
2026-04-032811.14
2026-04-102828.18
2026-04-172804.58
2026-04-242787.62
2026-05-012742.00
2026-05-082795.45
2026-05-162742.78
2026-05-242754.16
2026-05-312753.94
2026-06-092742.92
2026-06-162748.68
2026-06-232745.71
2026-06-302739.07
2026-07-072740.05
2026-07-142754.25
2026-07-212711.83
2026-07-282720.61
2026-08-042724.24
2026-08-112688.36
2026-08-182686.25
2026-08-262657.03
2026-09-022671.37
2026-09-092663.17
2026-09-162635.39
2026-09-232643.61

High

2944.49

Low

2635.39

Average

2786.59

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/UZS API questions

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

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

How far back does PGK/UZS historical data go?

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