Skip to content

HRK to BIF exchange rate API

Croatian Kuna to Burundi Franc · quoted 2026-09-26

453.1848

▼ +2.55% over 1Y

1 HRK = 453.1848 BIF · 1 BIF = 0.002207 HRK · Get this rate via the API

1 HRK buys 453.1848 BIF as of 2026-09-26, so 1 BIF buys 0.002207 HRK. Over the last year, HRK/BIF traded between 450.2707 and 466.5087, averaged 458.0323 and fell 2.55%. The API holds daily HRK/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/BIF over 1Y

HRK/BIF over 1Y: show the values
PointHRK/BIF
2025-09-26465.0569
2025-10-03458.3091
2025-10-10452.7667
2025-10-17456.5804
2025-10-24453.4827
2025-10-31453.3210
2025-11-07451.9402
2025-11-14455.5265
2025-11-21452.1556
2025-11-28454.1308
2025-12-05457.6575
2025-12-13461.0831
2025-12-20460.0265
2025-12-27462.2863
2026-01-03460.6046
2026-01-10457.7147
2026-01-17454.9588
2026-01-24463.9794
2026-01-31466.4542
2026-02-07463.4101
2026-02-14466.5087
2026-02-21463.7424
2026-02-28464.7884
2026-03-07457.3984
2026-03-14451.0767
2026-03-21457.2192
2026-03-28453.5382
2026-04-04453.6488
2026-04-11462.1918
2026-04-18464.2359
2026-04-25461.8822
2026-05-02462.9716
2026-05-09465.3306
2026-05-17459.4140
2026-05-25458.6081
2026-06-01459.2903
2026-06-10458.1627
2026-06-17460.6123
2026-06-24450.2707
2026-07-01450.2894
2026-07-08452.0713
2026-07-15453.5313
2026-07-22451.6897
2026-07-29451.1912
2026-08-05457.0794
2026-08-12457.6157
2026-08-20461.1355
2026-08-27461.7587
2026-09-03460.1519
2026-09-10461.7308
2026-09-17456.9278
2026-09-24455.0160

High

466.5087

Low

450.2707

Average

458.0323

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HRK/BIF API questions

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

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

How far back does HRK/BIF historical data go?

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