Skip to content

BIF to UGX exchange rate API

Burundi Franc to Uganda Shilling · quoted 2026-09-26

1.3062

▲ +4.04% over 6M

1 BIF = 1.3062 UGX · 1 UGX = 0.76560 BIF · Get this rate via the API

1 BIF buys 1.3062 UGX as of 2026-09-26, so 1 UGX buys 0.76560 BIF. Over the last 6 months, BIF/UGX traded between 1.2290 and 1.3111, averaged 1.2604 and rose 4.04%. The API holds daily BIF/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/UGX over 6M

BIF/UGX over 6M: show the values
PointBIF/UGX
2026-03-301.2555
2026-04-061.2640
2026-04-131.2448
2026-04-201.2455
2026-04-271.2507
2026-05-041.2638
2026-05-111.2589
2026-05-191.2651
2026-05-271.2699
2026-06-031.2656
2026-06-121.2659
2026-06-191.2313
2026-06-261.2417
2026-07-031.2290
2026-07-101.2378
2026-07-171.2405
2026-07-241.2477
2026-07-311.2607
2026-08-071.2454
2026-08-141.2416
2026-08-221.2484
2026-08-291.2595
2026-09-051.2628
2026-09-121.3108
2026-09-191.3111
2026-09-261.3062

High

1.3111

Low

1.2290

Average

1.2604

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/UGX API questions

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

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

How far back does BIF/UGX historical data go?

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