Skip to content

BBD to UGX exchange rate API

Barbados Dollar to Uganda Shilling · quoted 2026-09-25

1964.19

▲ +12.26% over 1Y

1 BBD = 1964.19 UGX · 1 UGX = 0.000509 BBD · Get this rate via the API

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

BBD/UGX over 1Y

BBD/UGX over 1Y: show the values
PointBBD/UGX
2025-09-251749.68
2025-10-021730.98
2025-10-091717.39
2025-10-161728.36
2025-10-231743.03
2025-10-301733.77
2025-11-061745.47
2025-11-131802.13
2025-11-201817.34
2025-11-271812.52
2025-12-041772.26
2025-12-121776.67
2025-12-191785.92
2025-12-261805.59
2026-01-021810.02
2026-01-091799.37
2026-01-161777.82
2026-01-231752.63
2026-01-301782.09
2026-02-061780.70
2026-02-131772.30
2026-02-201794.22
2026-02-271798.71
2026-03-061840.52
2026-03-131874.36
2026-03-201887.43
2026-03-271857.73
2026-04-031876.62
2026-04-101829.65
2026-04-171834.62
2026-04-241847.07
2026-05-011866.92
2026-05-081856.98
2026-05-161876.33
2026-05-241892.09
2026-05-311885.83
2026-06-091886.85
2026-06-161854.78
2026-06-231823.11
2026-06-301832.13
2026-07-071824.49
2026-07-141844.57
2026-07-211852.89
2026-07-281882.50
2026-08-041870.92
2026-08-111864.30
2026-08-181860.99
2026-08-261864.36
2026-09-021888.30
2026-09-091893.26
2026-09-161954.60
2026-09-231952.96

High

1964.19

Low

1717.39

Average

1828.87

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/UGX API questions

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

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

How far back does BBD/UGX historical data go?

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