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: show the values
| Point | HUF/BIF |
|---|---|
| 2025-09-26 | 8.9507 |
| 2025-10-03 | 8.8879 |
| 2025-10-10 | 8.7364 |
| 2025-10-17 | 8.8108 |
| 2025-10-24 | 8.7718 |
| 2025-10-31 | 8.7878 |
| 2025-11-07 | 8.8519 |
| 2025-11-14 | 8.9269 |
| 2025-11-21 | 8.8727 |
| 2025-11-28 | 8.9564 |
| 2025-12-05 | 9.0251 |
| 2025-12-13 | 9.0247 |
| 2025-12-20 | 8.9614 |
| 2025-12-27 | 9.0018 |
| 2026-01-03 | 9.0489 |
| 2026-01-10 | 8.9384 |
| 2026-01-17 | 8.9025 |
| 2026-01-24 | 9.1498 |
| 2026-01-31 | 9.2137 |
| 2026-02-07 | 9.2481 |
| 2026-02-14 | 9.2751 |
| 2026-02-21 | 9.1789 |
| 2026-02-28 | 9.3006 |
| 2026-03-07 | 8.7820 |
| 2026-03-14 | 8.6286 |
| 2026-03-21 | 8.7489 |
| 2026-03-28 | 8.7820 |
| 2026-04-04 | 8.8891 |
| 2026-04-11 | 9.2753 |
| 2026-04-18 | 9.6752 |
| 2026-04-25 | 9.5328 |
| 2026-05-02 | 9.6017 |
| 2026-05-09 | 9.9104 |
| 2026-05-17 | 9.5743 |
| 2026-05-25 | 9.7017 |
| 2026-06-01 | 9.7524 |
| 2026-06-10 | 9.6731 |
| 2026-06-17 | 9.9068 |
| 2026-06-24 | 9.5044 |
| 2026-07-01 | 9.5168 |
| 2026-07-08 | 9.5040 |
| 2026-07-15 | 9.4721 |
| 2026-07-22 | 9.3532 |
| 2026-07-29 | 9.3727 |
| 2026-08-05 | 9.5251 |
| 2026-08-12 | 9.4768 |
| 2026-08-20 | 9.5161 |
| 2026-08-27 | 9.5558 |
| 2026-09-03 | 9.4500 |
| 2026-09-10 | 9.5197 |
| 2026-09-17 | 9.4994 |
| 2026-09-24 | 9.3551 |
High
9.9104
Low
8.6286
Average
9.2307
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=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¤cies=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.