Skip to content

PAB to UGX exchange rate API

Balboa to Uganda Shilling · quoted 2026-09-25

3928.37

▲ +12.26% over 1Y

1 PAB = 3928.37 UGX · 1 UGX = 0.000255 PAB · Get this rate via the API

1 PAB buys 3928.37 UGX as of 2026-09-25, so 1 UGX buys 0.000255 PAB. Over the last year, PAB/UGX traded between 3434.77 and 3928.37, averaged 3660.21 and rose 12.26%. The API holds daily PAB/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/UGX over 1Y

PAB/UGX over 1Y: show the values
PointPAB/UGX
2025-09-253499.36
2025-10-023461.95
2025-10-093434.77
2025-10-163456.73
2025-10-233486.06
2025-10-303467.55
2025-11-063490.94
2025-11-133604.26
2025-11-203634.68
2025-11-273625.04
2025-12-043544.52
2025-12-123553.34
2025-12-193571.83
2025-12-263611.19
2026-01-023620.04
2026-01-093598.75
2026-01-163555.64
2026-01-233505.26
2026-01-303564.18
2026-02-063561.39
2026-02-133544.61
2026-02-203588.45
2026-02-273597.42
2026-03-063681.05
2026-03-133748.72
2026-03-203774.85
2026-03-273715.47
2026-04-033753.23
2026-04-103685.20
2026-04-173695.24
2026-04-243720.24
2026-05-013760.23
2026-05-083740.12
2026-05-163752.67
2026-05-243784.19
2026-05-313771.67
2026-06-093773.70
2026-06-163709.57
2026-06-233646.23
2026-06-303664.27
2026-07-073648.99
2026-07-143689.14
2026-07-213705.77
2026-07-283765.00
2026-08-043741.84
2026-08-113728.61
2026-08-183721.97
2026-08-263728.73
2026-09-023776.60
2026-09-093786.52
2026-09-163909.21
2026-09-233905.92

High

3928.37

Low

3434.77

Average

3660.21

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/UGX API questions

How do I get the PAB/UGX exchange rate from an API?

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

How far back does PAB/UGX historical data go?

Daily PAB/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 PAB/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.