Skip to content

BIF to HUF exchange rate API

Burundi Franc to Forint · quoted 2026-09-26

0.10696

▼ +3.31% over YTD

1 BIF = 0.10696 HUF · 1 HUF = 9.3490 BIF · Get this rate via the API

1 BIF buys 0.10696 HUF as of 2026-09-26, so 1 HUF buys 9.3490 BIF. Over the year to date, BIF/HUF traded between 0.10193 and 0.11521, averaged 0.10666 and fell 3.31%. The API holds daily BIF/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/HUF over YTD

BIF/HUF over YTD: show the values
PointBIF/HUF
2025-12-310.11062
2026-01-070.11130
2026-01-140.11205
2026-01-210.11092
2026-01-280.10743
2026-02-040.10888
2026-02-110.10734
2026-02-180.10790
2026-02-250.10752
2026-03-040.11105
2026-03-110.11278
2026-03-180.11521
2026-03-250.11315
2026-04-010.11084
2026-04-080.10881
2026-04-150.10268
2026-04-220.10464
2026-04-290.10449
2026-05-060.10282
2026-05-140.10260
2026-05-210.10440
2026-05-290.10238
2026-06-050.10195
2026-06-140.10193
2026-06-210.10285
2026-06-280.10413
2026-07-050.10363
2026-07-120.10468
2026-07-190.10667
2026-07-260.10628
2026-08-020.10611
2026-08-090.10521
2026-08-160.10502
2026-08-240.10429
2026-08-310.10472
2026-09-070.10452
2026-09-140.10576
2026-09-210.10511

High

0.11521

Low

0.10193

Average

0.10666

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/HUF API questions

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

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

How far back does BIF/HUF historical data go?

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