Skip to content

HRK to BIF exchange rate API

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

453.1848

▼ +1.86% over YTD

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 year to date, HRK/BIF traded between 450.5588 and 471.7289, averaged 459.2420 and fell 1.86%. 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 YTD

HRK/BIF over YTD: show the values
PointHRK/BIF
2025-12-31461.7542
2026-01-07459.7471
2026-01-14457.8487
2026-01-21461.0567
2026-01-28471.2904
2026-02-04463.8550
2026-02-11468.7335
2026-02-18465.2727
2026-02-25464.1131
2026-03-04457.3456
2026-03-11457.9446
2026-03-18453.9356
2026-03-25457.0549
2026-04-01455.7939
2026-04-08456.8187
2026-04-15471.7289
2026-04-22464.1626
2026-04-29462.3658
2026-05-06461.8847
2026-05-14462.8506
2026-05-21459.1789
2026-05-29458.3346
2026-06-05460.0674
2026-06-14457.4871
2026-06-21454.5857
2026-06-28451.1001
2026-07-05452.6855
2026-07-12452.2689
2026-07-19451.8407
2026-07-26450.5588
2026-08-02455.6621
2026-08-09458.6424
2026-08-16458.8473
2026-08-24461.9200
2026-08-31461.5614
2026-09-07460.7302
2026-09-14459.1291
2026-09-21457.0971

High

471.7289

Low

450.5588

Average

459.2420

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.