Skip to content

BIF to UZS exchange rate API

Burundi Franc to Uzbekistan Sum · quoted 2026-09-26

3.9437

▼ +3.25% over 1Y

1 BIF = 3.9437 UZS · 1 UZS = 0.25357 BIF · Get this rate via the API

1 BIF buys 3.9437 UZS as of 2026-09-26, so 1 UZS buys 0.25357 BIF. Over the last year, BIF/UZS traded between 3.9229 and 4.1633, averaged 4.0509 and fell 3.25%. The API holds daily BIF/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/UZS over 1Y

BIF/UZS over 1Y: show the values
PointBIF/UZS
2025-09-264.0763
2025-10-034.1082
2025-10-104.1061
2025-10-174.1457
2025-10-244.1148
2025-10-314.0646
2025-11-074.0721
2025-11-144.0681
2025-11-214.0273
2025-11-284.0242
2025-12-054.0361
2025-12-134.0682
2025-12-204.0648
2025-12-274.0842
2026-01-034.0617
2026-01-104.0972
2026-01-174.0434
2026-01-244.0757
2026-01-314.1303
2026-02-074.1633
2026-02-144.1094
2026-02-214.0962
2026-02-284.1104
2026-03-074.1055
2026-03-144.0705
2026-03-214.0953
2026-03-284.1115
2026-04-044.1043
2026-04-114.0943
2026-04-184.0813
2026-04-254.0585
2026-05-024.0155
2026-05-094.0790
2026-05-174.0252
2026-05-254.0336
2026-06-014.0444
2026-06-104.0317
2026-06-174.0184
2026-06-244.0270
2026-07-014.0462
2026-07-084.0386
2026-07-154.0407
2026-07-224.0178
2026-07-294.0363
2026-08-053.9895
2026-08-123.9897
2026-08-203.9489
2026-08-273.9604
2026-09-033.9448
2026-09-103.9504
2026-09-173.9240
2026-09-243.9229

High

4.1633

Low

3.9229

Average

4.0509

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/UZS API questions

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

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

How far back does BIF/UZS historical data go?

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