Skip to content

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

BAM/UGX over 1Y: show the values
PointBAM/UGX
2025-09-262084.94
2025-10-032077.65
2025-10-102031.40
2025-10-172075.88
2025-10-242071.58
2025-10-312059.53
2025-11-072060.52
2025-11-142142.26
2025-11-212146.78
2025-11-282147.26
2025-12-052116.11
2025-12-132131.57
2025-12-202138.95
2025-12-272174.59
2026-01-032172.54
2026-01-102141.10
2026-01-172109.64
2026-01-242142.86
2026-01-312159.15
2026-02-072149.26
2026-02-142147.87
2026-02-212162.91
2026-02-282174.92
2026-03-072185.11
2026-03-142199.26
2026-03-212236.39
2026-03-282191.94
2026-04-042204.90
2026-04-112215.97
2026-04-182233.41
2026-04-252226.15
2026-05-022252.50
2026-05-092253.61
2026-05-172231.71
2026-05-252249.74
2026-06-012246.07
2026-06-102225.90
2026-06-172192.83
2026-06-242128.11
2026-07-012136.71
2026-07-082139.32
2026-07-152165.12
2026-07-222166.02
2026-07-292195.48
2026-08-052207.38
2026-08-122195.39
2026-08-202219.14
2026-08-272232.14
2026-09-032241.10
2026-09-102255.59
2026-09-172299.82
2026-09-242271.96

High

2299.82

Low

2031.40

Average

2175.44

For developers

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