PGK to UGX exchange rate API
Kina to Uganda Shilling · quoted 2026-09-25
874.5946
▲ +3.55% over 1Y
1 PGK = 874.5946 UGX · 1 UGX = 0.001143 PGK · Get this rate via the API
1 PGK buys 874.5946 UGX as of 2026-09-25, so 1 UGX buys 0.001143 PGK. Over the last year, PGK/UGX traded between 821.1062 and 878.7171, averaged 846.8823 and rose 3.55%. The API holds daily PGK/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/UGX over 1Y: show the values
| Point | PGK/UGX |
|---|---|
| 2025-09-25 | 844.5960 |
| 2025-10-02 | 827.9538 |
| 2025-10-09 | 825.8707 |
| 2025-10-16 | 824.4735 |
| 2025-10-23 | 840.4190 |
| 2025-10-30 | 827.0141 |
| 2025-11-06 | 826.0668 |
| 2025-11-13 | 853.5364 |
| 2025-11-20 | 858.9466 |
| 2025-11-27 | 851.8602 |
| 2025-12-04 | 828.0478 |
| 2025-12-12 | 836.8061 |
| 2025-12-19 | 838.2589 |
| 2025-12-26 | 836.1537 |
| 2026-01-02 | 844.2790 |
| 2026-01-09 | 843.6784 |
| 2026-01-16 | 832.7011 |
| 2026-01-23 | 821.1062 |
| 2026-01-30 | 832.4506 |
| 2026-02-06 | 830.1398 |
| 2026-02-13 | 826.5190 |
| 2026-02-20 | 834.9361 |
| 2026-02-27 | 836.3501 |
| 2026-03-06 | 856.0909 |
| 2026-03-13 | 866.3245 |
| 2026-03-20 | 878.7171 |
| 2026-03-27 | 863.0473 |
| 2026-04-03 | 869.6862 |
| 2026-04-10 | 851.8108 |
| 2026-04-17 | 851.9431 |
| 2026-04-24 | 860.6977 |
| 2026-05-01 | 863.8839 |
| 2026-05-08 | 862.8080 |
| 2026-05-16 | 858.7952 |
| 2026-05-24 | 869.8788 |
| 2026-05-31 | 865.4146 |
| 2026-06-09 | 860.7236 |
| 2026-06-16 | 849.4311 |
| 2026-06-23 | 833.3780 |
| 2026-06-30 | 832.4568 |
| 2026-07-07 | 831.0685 |
| 2026-07-14 | 837.9056 |
| 2026-07-21 | 839.5209 |
| 2026-07-28 | 852.1623 |
| 2026-08-04 | 849.9002 |
| 2026-08-11 | 840.4547 |
| 2026-08-18 | 841.2935 |
| 2026-08-26 | 841.5947 |
| 2026-09-02 | 853.8711 |
| 2026-09-09 | 853.9253 |
| 2026-09-16 | 875.2105 |
| 2026-09-23 | 876.0087 |
High
878.7171
Low
821.1062
Average
846.8823
Get this rate via the API
One GET request returns the PGK/UGX 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=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/UGX API questions
How do I get the PGK/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/UGX rate in rates.UGX.
How far back does PGK/UGX historical data go?
Daily PGK/UGX 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/UGX 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.