Skip to content

UGX to BIF exchange rate API

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

0.76560

▼ +6.48% over YTD

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 year to date, UGX/BIF traded between 0.76225 and 0.85558, averaged 0.80339 and fell 6.48%. 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 YTD

UGX/BIF over YTD: show the values
PointUGX/BIF
2025-12-310.81867
2026-01-070.81707
2026-01-140.82752
2026-01-210.85558
2026-01-280.82866
2026-02-040.82924
2026-02-110.83479
2026-02-180.83744
2026-02-250.82798
2026-03-040.79813
2026-03-110.79831
2026-03-180.78757
2026-03-250.79255
2026-04-010.78924
2026-04-080.78574
2026-04-150.81259
2026-04-220.80382
2026-04-290.79989
2026-05-060.78826
2026-05-140.79303
2026-05-210.78937
2026-05-290.78584
2026-06-050.79126
2026-06-140.79445
2026-06-210.81930
2026-06-280.81279
2026-07-050.81661
2026-07-120.81016
2026-07-190.80549
2026-07-260.79076
2026-08-020.79384
2026-08-090.80218
2026-08-160.80535
2026-08-240.80060
2026-08-310.79532
2026-09-070.79181
2026-09-140.77306
2026-09-210.76225

High

0.85558

Low

0.76225

Average

0.80339

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.