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: show the values
| Point | PGK/UZS |
|---|---|
| 2025-09-25 | 2944.49 |
| 2025-10-02 | 2892.14 |
| 2025-10-09 | 2899.25 |
| 2025-10-16 | 2908.64 |
| 2025-10-23 | 2905.09 |
| 2025-10-30 | 2863.33 |
| 2025-11-06 | 2835.16 |
| 2025-11-13 | 2840.62 |
| 2025-11-20 | 2815.38 |
| 2025-11-27 | 2790.68 |
| 2025-12-04 | 2801.03 |
| 2025-12-12 | 2832.76 |
| 2025-12-19 | 2827.12 |
| 2025-12-26 | 2798.93 |
| 2026-01-02 | 2802.96 |
| 2026-01-09 | 2829.74 |
| 2026-01-16 | 2806.26 |
| 2026-01-23 | 2845.03 |
| 2026-01-30 | 2835.42 |
| 2026-02-06 | 2864.88 |
| 2026-02-13 | 2861.47 |
| 2026-02-20 | 2827.55 |
| 2026-02-27 | 2821.64 |
| 2026-03-06 | 2832.71 |
| 2026-03-13 | 2801.68 |
| 2026-03-20 | 2833.49 |
| 2026-03-27 | 2830.69 |
| 2026-04-03 | 2811.14 |
| 2026-04-10 | 2828.18 |
| 2026-04-17 | 2804.58 |
| 2026-04-24 | 2787.62 |
| 2026-05-01 | 2742.00 |
| 2026-05-08 | 2795.45 |
| 2026-05-16 | 2742.78 |
| 2026-05-24 | 2754.16 |
| 2026-05-31 | 2753.94 |
| 2026-06-09 | 2742.92 |
| 2026-06-16 | 2748.68 |
| 2026-06-23 | 2745.71 |
| 2026-06-30 | 2739.07 |
| 2026-07-07 | 2740.05 |
| 2026-07-14 | 2754.25 |
| 2026-07-21 | 2711.83 |
| 2026-07-28 | 2720.61 |
| 2026-08-04 | 2724.24 |
| 2026-08-11 | 2688.36 |
| 2026-08-18 | 2686.25 |
| 2026-08-26 | 2657.03 |
| 2026-09-02 | 2671.37 |
| 2026-09-09 | 2663.17 |
| 2026-09-16 | 2635.39 |
| 2026-09-23 | 2643.61 |
High
2944.49
Low
2635.39
Average
2786.59
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.