Skip to content

ISK to BIF exchange rate API

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

24.9300

▲ +5.40% over YTD

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 year to date, ISK/BIF traded between 23.4979 and 24.9300, averaged 24.1224 and rose 5.40%. 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 YTD

ISK/BIF over YTD: show the values
PointISK/BIF
2025-12-3123.6529
2026-01-0723.4979
2026-01-1423.5879
2026-01-2123.7820
2026-01-2824.4516
2026-02-0424.0927
2026-02-1124.3554
2026-02-1824.1924
2026-02-2524.3620
2026-03-0423.9173
2026-03-1123.7151
2026-03-1823.7443
2026-03-2523.9845
2026-04-0123.9274
2026-04-0824.0075
2026-04-1524.6768
2026-04-2224.2939
2026-04-2924.2516
2026-05-0624.3234
2026-05-1424.2598
2026-05-2124.0814
2026-05-2924.0920
2026-06-0524.1576
2026-06-1423.8929
2026-06-2123.7685
2026-06-2823.5945
2026-07-0523.6793
2026-07-1223.7615
2026-07-1923.7435
2026-07-2623.7346
2026-08-0224.1544
2026-08-0924.2322
2026-08-1624.3181
2026-08-2424.6192
2026-08-3124.7096
2026-09-0724.6794
2026-09-1424.7089
2026-09-2124.8398

High

24.9300

Low

23.4979

Average

24.1224

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.