Skip to content

PGK to UGX exchange rate API

Kina to Uganda Shilling · quoted 2026-09-25

874.5946

▼ +9.60% over 5Y

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 5 years, PGK/UGX traded between 828.7446 and 967.4670, averaged 884.4886 and fell 9.60%. 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 5Y

PGK/UGX over 5Y: show the values
PointPGK/UGX
2024-08-24967.4670
2024-10-07952.9311
2024-11-06948.0208
2024-12-06951.3526
2025-01-05927.2538
2025-02-04937.6864
2025-03-06915.7448
2025-04-06917.0869
2025-05-06916.0599
2025-06-07886.1976
2025-07-07894.3957
2025-08-06897.2564
2025-09-05865.1487
2025-10-06829.5664
2025-11-05828.7446
2025-12-05835.9494
2026-01-05848.9658
2026-02-04833.8940
2026-03-06856.0909
2026-04-05871.1620
2026-05-05865.2449
2026-06-06862.0433
2026-07-08834.6768
2026-08-07834.1446
2026-09-07845.0250

High

967.4670

Low

828.7446

Average

884.4886

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.