Skip to content

BIF to UZS exchange rate API

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

3.9437

▼ +3.90% over 6M

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 6 months, BIF/UZS traded between 3.9431 and 4.1038, averaged 4.0216 and fell 3.90%. 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 6M

BIF/UZS over 6M: show the values
PointBIF/UZS
2026-03-304.1038
2026-04-064.0841
2026-04-134.0909
2026-04-204.0812
2026-04-274.0391
2026-05-044.0155
2026-05-114.0754
2026-05-194.0388
2026-05-274.0474
2026-06-034.0082
2026-06-124.0350
2026-06-194.0484
2026-06-264.0359
2026-07-033.9994
2026-07-104.0359
2026-07-174.0609
2026-07-244.0362
2026-07-314.0516
2026-08-073.9853
2026-08-143.9966
2026-08-223.9860
2026-08-293.9520
2026-09-053.9431
2026-09-123.9957
2026-09-193.9484
2026-09-263.9437

High

4.1038

Low

3.9431

Average

4.0216

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.