Skip to content

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

PGK/UGX over 1Y: show the values
PointPGK/UGX
2025-09-25844.5960
2025-10-02827.9538
2025-10-09825.8707
2025-10-16824.4735
2025-10-23840.4190
2025-10-30827.0141
2025-11-06826.0668
2025-11-13853.5364
2025-11-20858.9466
2025-11-27851.8602
2025-12-04828.0478
2025-12-12836.8061
2025-12-19838.2589
2025-12-26836.1537
2026-01-02844.2790
2026-01-09843.6784
2026-01-16832.7011
2026-01-23821.1062
2026-01-30832.4506
2026-02-06830.1398
2026-02-13826.5190
2026-02-20834.9361
2026-02-27836.3501
2026-03-06856.0909
2026-03-13866.3245
2026-03-20878.7171
2026-03-27863.0473
2026-04-03869.6862
2026-04-10851.8108
2026-04-17851.9431
2026-04-24860.6977
2026-05-01863.8839
2026-05-08862.8080
2026-05-16858.7952
2026-05-24869.8788
2026-05-31865.4146
2026-06-09860.7236
2026-06-16849.4311
2026-06-23833.3780
2026-06-30832.4568
2026-07-07831.0685
2026-07-14837.9056
2026-07-21839.5209
2026-07-28852.1623
2026-08-04849.9002
2026-08-11840.4547
2026-08-18841.2935
2026-08-26841.5947
2026-09-02853.8711
2026-09-09853.9253
2026-09-16875.2105
2026-09-23876.0087

High

878.7171

Low

821.1062

Average

846.8823

For developers

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