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: show the values
| Point | HRK/BIF |
|---|---|
| 2025-09-26 | 465.0569 |
| 2025-10-03 | 458.3091 |
| 2025-10-10 | 452.7667 |
| 2025-10-17 | 456.5804 |
| 2025-10-24 | 453.4827 |
| 2025-10-31 | 453.3210 |
| 2025-11-07 | 451.9402 |
| 2025-11-14 | 455.5265 |
| 2025-11-21 | 452.1556 |
| 2025-11-28 | 454.1308 |
| 2025-12-05 | 457.6575 |
| 2025-12-13 | 461.0831 |
| 2025-12-20 | 460.0265 |
| 2025-12-27 | 462.2863 |
| 2026-01-03 | 460.6046 |
| 2026-01-10 | 457.7147 |
| 2026-01-17 | 454.9588 |
| 2026-01-24 | 463.9794 |
| 2026-01-31 | 466.4542 |
| 2026-02-07 | 463.4101 |
| 2026-02-14 | 466.5087 |
| 2026-02-21 | 463.7424 |
| 2026-02-28 | 464.7884 |
| 2026-03-07 | 457.3984 |
| 2026-03-14 | 451.0767 |
| 2026-03-21 | 457.2192 |
| 2026-03-28 | 453.5382 |
| 2026-04-04 | 453.6488 |
| 2026-04-11 | 462.1918 |
| 2026-04-18 | 464.2359 |
| 2026-04-25 | 461.8822 |
| 2026-05-02 | 462.9716 |
| 2026-05-09 | 465.3306 |
| 2026-05-17 | 459.4140 |
| 2026-05-25 | 458.6081 |
| 2026-06-01 | 459.2903 |
| 2026-06-10 | 458.1627 |
| 2026-06-17 | 460.6123 |
| 2026-06-24 | 450.2707 |
| 2026-07-01 | 450.2894 |
| 2026-07-08 | 452.0713 |
| 2026-07-15 | 453.5313 |
| 2026-07-22 | 451.6897 |
| 2026-07-29 | 451.1912 |
| 2026-08-05 | 457.0794 |
| 2026-08-12 | 457.6157 |
| 2026-08-20 | 461.1355 |
| 2026-08-27 | 461.7587 |
| 2026-09-03 | 460.1519 |
| 2026-09-10 | 461.7308 |
| 2026-09-17 | 456.9278 |
| 2026-09-24 | 455.0160 |
High
466.5087
Low
450.2707
Average
458.0323
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=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¤cies=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.