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: show the values
| Point | BIF/UZS |
|---|---|
| 2025-09-26 | 4.0763 |
| 2025-10-03 | 4.1082 |
| 2025-10-10 | 4.1061 |
| 2025-10-17 | 4.1457 |
| 2025-10-24 | 4.1148 |
| 2025-10-31 | 4.0646 |
| 2025-11-07 | 4.0721 |
| 2025-11-14 | 4.0681 |
| 2025-11-21 | 4.0273 |
| 2025-11-28 | 4.0242 |
| 2025-12-05 | 4.0361 |
| 2025-12-13 | 4.0682 |
| 2025-12-20 | 4.0648 |
| 2025-12-27 | 4.0842 |
| 2026-01-03 | 4.0617 |
| 2026-01-10 | 4.0972 |
| 2026-01-17 | 4.0434 |
| 2026-01-24 | 4.0757 |
| 2026-01-31 | 4.1303 |
| 2026-02-07 | 4.1633 |
| 2026-02-14 | 4.1094 |
| 2026-02-21 | 4.0962 |
| 2026-02-28 | 4.1104 |
| 2026-03-07 | 4.1055 |
| 2026-03-14 | 4.0705 |
| 2026-03-21 | 4.0953 |
| 2026-03-28 | 4.1115 |
| 2026-04-04 | 4.1043 |
| 2026-04-11 | 4.0943 |
| 2026-04-18 | 4.0813 |
| 2026-04-25 | 4.0585 |
| 2026-05-02 | 4.0155 |
| 2026-05-09 | 4.0790 |
| 2026-05-17 | 4.0252 |
| 2026-05-25 | 4.0336 |
| 2026-06-01 | 4.0444 |
| 2026-06-10 | 4.0317 |
| 2026-06-17 | 4.0184 |
| 2026-06-24 | 4.0270 |
| 2026-07-01 | 4.0462 |
| 2026-07-08 | 4.0386 |
| 2026-07-15 | 4.0407 |
| 2026-07-22 | 4.0178 |
| 2026-07-29 | 4.0363 |
| 2026-08-05 | 3.9895 |
| 2026-08-12 | 3.9897 |
| 2026-08-20 | 3.9489 |
| 2026-08-27 | 3.9604 |
| 2026-09-03 | 3.9448 |
| 2026-09-10 | 3.9504 |
| 2026-09-17 | 3.9240 |
| 2026-09-24 | 3.9229 |
High
4.1633
Low
3.9229
Average
4.0509
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=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¤cies=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.