Skip to content

UGX to BIF exchange rate API

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

0.76560

▼ +10.90% over 1Y

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

1 UGX buys 0.76560 BIF as of 2026-09-26, so 1 BIF buys 1.3062 UGX. Over the last year, UGX/BIF traded between 0.76538 and 0.85928, averaged 0.81167 and fell 10.90%. The API holds daily UGX/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UGX/BIF over 1Y

UGX/BIF over 1Y: show the values
PointUGX/BIF
2025-09-260.85928
2025-10-030.84979
2025-10-100.85862
2025-10-170.84730
2025-10-240.84330
2025-10-310.84793
2025-11-070.84494
2025-11-140.81915
2025-11-210.81138
2025-11-280.81474
2025-12-050.83315
2025-12-130.83330
2025-12-200.82852
2025-12-270.81895
2026-01-030.81674
2026-01-100.82354
2026-01-170.83078
2026-01-240.83412
2026-01-310.83224
2026-02-070.83061
2026-02-140.83671
2026-02-210.82596
2026-02-280.82326
2026-03-070.80639
2026-03-140.79013
2026-03-210.78759
2026-03-280.79676
2026-04-040.79260
2026-04-110.80295
2026-04-180.80290
2026-04-250.79841
2026-05-020.79128
2026-05-090.79406
2026-05-170.79303
2026-05-250.78530
2026-06-010.78775
2026-06-100.79293
2026-06-170.80920
2026-06-240.81508
2026-07-010.81184
2026-07-080.81406
2026-07-150.80695
2026-07-220.80334
2026-07-290.79169
2026-08-050.79770
2026-08-120.80299
2026-08-200.80051
2026-08-270.79692
2026-09-030.79097
2026-09-100.78859
2026-09-170.76538
2026-09-240.77152

High

0.85928

Low

0.76538

Average

0.81167

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

UGX/BIF API questions

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

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

How far back does UGX/BIF historical data go?

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