BAM to UGX exchange rate API
Convertible Mark to Uganda Shilling · quoted 2026-09-26
2280.31
▲ +9.37% over 1Y
1 BAM = 2280.31 UGX · 1 UGX = 0.000439 BAM · Get this rate via the API
1 BAM buys 2280.31 UGX as of 2026-09-26, so 1 UGX buys 0.000439 BAM. Over the last year, BAM/UGX traded between 2031.40 and 2299.82, averaged 2175.44 and rose 9.37%. The API holds daily BAM/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/UGX over 1Y: show the values
| Point | BAM/UGX |
|---|---|
| 2025-09-26 | 2084.94 |
| 2025-10-03 | 2077.65 |
| 2025-10-10 | 2031.40 |
| 2025-10-17 | 2075.88 |
| 2025-10-24 | 2071.58 |
| 2025-10-31 | 2059.53 |
| 2025-11-07 | 2060.52 |
| 2025-11-14 | 2142.26 |
| 2025-11-21 | 2146.78 |
| 2025-11-28 | 2147.26 |
| 2025-12-05 | 2116.11 |
| 2025-12-13 | 2131.57 |
| 2025-12-20 | 2138.95 |
| 2025-12-27 | 2174.59 |
| 2026-01-03 | 2172.54 |
| 2026-01-10 | 2141.10 |
| 2026-01-17 | 2109.64 |
| 2026-01-24 | 2142.86 |
| 2026-01-31 | 2159.15 |
| 2026-02-07 | 2149.26 |
| 2026-02-14 | 2147.87 |
| 2026-02-21 | 2162.91 |
| 2026-02-28 | 2174.92 |
| 2026-03-07 | 2185.11 |
| 2026-03-14 | 2199.26 |
| 2026-03-21 | 2236.39 |
| 2026-03-28 | 2191.94 |
| 2026-04-04 | 2204.90 |
| 2026-04-11 | 2215.97 |
| 2026-04-18 | 2233.41 |
| 2026-04-25 | 2226.15 |
| 2026-05-02 | 2252.50 |
| 2026-05-09 | 2253.61 |
| 2026-05-17 | 2231.71 |
| 2026-05-25 | 2249.74 |
| 2026-06-01 | 2246.07 |
| 2026-06-10 | 2225.90 |
| 2026-06-17 | 2192.83 |
| 2026-06-24 | 2128.11 |
| 2026-07-01 | 2136.71 |
| 2026-07-08 | 2139.32 |
| 2026-07-15 | 2165.12 |
| 2026-07-22 | 2166.02 |
| 2026-07-29 | 2195.48 |
| 2026-08-05 | 2207.38 |
| 2026-08-12 | 2195.39 |
| 2026-08-20 | 2219.14 |
| 2026-08-27 | 2232.14 |
| 2026-09-03 | 2241.10 |
| 2026-09-10 | 2255.59 |
| 2026-09-17 | 2299.82 |
| 2026-09-24 | 2271.96 |
High
2299.82
Low
2031.40
Average
2175.44
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/UGX API questions
How do I get the BAM/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/UGX rate in rates.UGX.
How far back does BAM/UGX historical data go?
Daily BAM/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 BAM/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.