Skip to content

BIF to HUF exchange rate API

Burundi Franc to Forint · quoted 2026-09-26

0.10696

▼ +4.26% over 1Y

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 last year, BIF/HUF traded between 0.10090 and 0.11589, averaged 0.10848 and fell 4.26%. 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 1Y

BIF/HUF over 1Y: show the values
PointBIF/HUF
2025-09-260.11172
2025-10-030.11251
2025-10-100.11446
2025-10-170.11350
2025-10-240.11400
2025-10-310.11379
2025-11-070.11297
2025-11-140.11202
2025-11-210.11270
2025-11-280.11165
2025-12-050.11080
2025-12-130.11081
2025-12-200.11159
2025-12-270.11109
2026-01-030.11051
2026-01-100.11188
2026-01-170.11233
2026-01-240.10929
2026-01-310.10853
2026-02-070.10813
2026-02-140.10781
2026-02-210.10895
2026-02-280.10752
2026-03-070.11387
2026-03-140.11589
2026-03-210.11430
2026-03-280.11387
2026-04-040.11250
2026-04-110.10781
2026-04-180.10336
2026-04-250.10490
2026-05-020.10415
2026-05-090.10090
2026-05-170.10444
2026-05-250.10307
2026-06-010.10254
2026-06-100.10338
2026-06-170.10094
2026-06-240.10521
2026-07-010.10508
2026-07-080.10522
2026-07-150.10557
2026-07-220.10691
2026-07-290.10669
2026-08-050.10498
2026-08-120.10552
2026-08-200.10508
2026-08-270.10465
2026-09-030.10582
2026-09-100.10504
2026-09-170.10527
2026-09-240.10689

High

0.11589

Low

0.10090

Average

0.10848

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.