Skip to content

HUF to BIF exchange rate API

Forint to Burundi Franc · quoted 2026-09-26

9.3490

▲ +4.45% over 1Y

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

1 HUF buys 9.3490 BIF as of 2026-09-26, so 1 BIF buys 0.10696 HUF. Over the last year, HUF/BIF traded between 8.6286 and 9.9104, averaged 9.2307 and rose 4.45%. The API holds daily HUF/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/BIF over 1Y

HUF/BIF over 1Y: show the values
PointHUF/BIF
2025-09-268.9507
2025-10-038.8879
2025-10-108.7364
2025-10-178.8108
2025-10-248.7718
2025-10-318.7878
2025-11-078.8519
2025-11-148.9269
2025-11-218.8727
2025-11-288.9564
2025-12-059.0251
2025-12-139.0247
2025-12-208.9614
2025-12-279.0018
2026-01-039.0489
2026-01-108.9384
2026-01-178.9025
2026-01-249.1498
2026-01-319.2137
2026-02-079.2481
2026-02-149.2751
2026-02-219.1789
2026-02-289.3006
2026-03-078.7820
2026-03-148.6286
2026-03-218.7489
2026-03-288.7820
2026-04-048.8891
2026-04-119.2753
2026-04-189.6752
2026-04-259.5328
2026-05-029.6017
2026-05-099.9104
2026-05-179.5743
2026-05-259.7017
2026-06-019.7524
2026-06-109.6731
2026-06-179.9068
2026-06-249.5044
2026-07-019.5168
2026-07-089.5040
2026-07-159.4721
2026-07-229.3532
2026-07-299.3727
2026-08-059.5251
2026-08-129.4768
2026-08-209.5161
2026-08-279.5558
2026-09-039.4500
2026-09-109.5197
2026-09-179.4994
2026-09-249.3551

High

9.9104

Low

8.6286

Average

9.2307

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HUF/BIF API questions

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

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

How far back does HUF/BIF historical data go?

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