Skip to content

ISK to BIF exchange rate API

Iceland Krona to Burundi Franc · quoted 2026-09-26

24.9300

▲ +1.00% over 1Y

1 ISK = 24.9300 BIF · 1 BIF = 0.04011 ISK · Get this rate via the API

1 ISK buys 24.9300 BIF as of 2026-09-26, so 1 BIF buys 0.04011 ISK. Over the last year, ISK/BIF traded between 23.0516 and 24.9300, averaged 23.9841 and rose 1.00%. The API holds daily ISK/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ISK/BIF over 1Y

ISK/BIF over 1Y: show the values
PointISK/BIF
2025-09-2624.6838
2025-10-0324.3060
2025-10-1024.0922
2025-10-1724.1820
2025-10-2423.9960
2025-10-3123.5534
2025-11-0723.3371
2025-11-1423.3105
2025-11-2123.1119
2025-11-2823.0516
2025-12-0523.1560
2025-12-1323.4210
2025-12-2023.5512
2025-12-2723.5348
2026-01-0323.5281
2026-01-1023.4234
2026-01-1723.4561
2026-01-2423.9366
2026-01-3124.2330
2026-02-0724.0938
2026-02-1424.2511
2026-02-2124.1097
2026-02-2824.4229
2026-03-0723.7536
2026-03-1423.5267
2026-03-2123.9093
2026-03-2823.7936
2026-04-0423.6756
2026-04-1124.3063
2026-04-1824.3572
2026-04-2524.2125
2026-05-0224.2582
2026-05-0924.3832
2026-05-1724.1030
2026-05-2524.0753
2026-06-0124.0622
2026-06-1024.0531
2026-06-1723.9903
2026-06-2423.5416
2026-07-0123.5490
2026-07-0823.7269
2026-07-1523.7562
2026-07-2223.7685
2026-07-2923.8051
2026-08-0524.3219
2026-08-1224.3336
2026-08-2024.4670
2026-08-2724.7708
2026-09-0324.6957
2026-09-1024.8023
2026-09-1724.6644
2026-09-2424.8215

High

24.9300

Low

23.0516

Average

23.9841

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ISK/BIF API questions

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

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

How far back does ISK/BIF historical data go?

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