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: show the values
| Point | PAB/UGX |
|---|---|
| 2025-09-25 | 3499.36 |
| 2025-10-02 | 3461.95 |
| 2025-10-09 | 3434.77 |
| 2025-10-16 | 3456.73 |
| 2025-10-23 | 3486.06 |
| 2025-10-30 | 3467.55 |
| 2025-11-06 | 3490.94 |
| 2025-11-13 | 3604.26 |
| 2025-11-20 | 3634.68 |
| 2025-11-27 | 3625.04 |
| 2025-12-04 | 3544.52 |
| 2025-12-12 | 3553.34 |
| 2025-12-19 | 3571.83 |
| 2025-12-26 | 3611.19 |
| 2026-01-02 | 3620.04 |
| 2026-01-09 | 3598.75 |
| 2026-01-16 | 3555.64 |
| 2026-01-23 | 3505.26 |
| 2026-01-30 | 3564.18 |
| 2026-02-06 | 3561.39 |
| 2026-02-13 | 3544.61 |
| 2026-02-20 | 3588.45 |
| 2026-02-27 | 3597.42 |
| 2026-03-06 | 3681.05 |
| 2026-03-13 | 3748.72 |
| 2026-03-20 | 3774.85 |
| 2026-03-27 | 3715.47 |
| 2026-04-03 | 3753.23 |
| 2026-04-10 | 3685.20 |
| 2026-04-17 | 3695.24 |
| 2026-04-24 | 3720.24 |
| 2026-05-01 | 3760.23 |
| 2026-05-08 | 3740.12 |
| 2026-05-16 | 3752.67 |
| 2026-05-24 | 3784.19 |
| 2026-05-31 | 3771.67 |
| 2026-06-09 | 3773.70 |
| 2026-06-16 | 3709.57 |
| 2026-06-23 | 3646.23 |
| 2026-06-30 | 3664.27 |
| 2026-07-07 | 3648.99 |
| 2026-07-14 | 3689.14 |
| 2026-07-21 | 3705.77 |
| 2026-07-28 | 3765.00 |
| 2026-08-04 | 3741.84 |
| 2026-08-11 | 3728.61 |
| 2026-08-18 | 3721.97 |
| 2026-08-26 | 3728.73 |
| 2026-09-02 | 3776.60 |
| 2026-09-09 | 3786.52 |
| 2026-09-16 | 3909.21 |
| 2026-09-23 | 3905.92 |
High
3928.37
Low
3434.77
Average
3660.21
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.