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: show the values
| Point | ISK/BIF |
|---|---|
| 2025-12-31 | 23.6529 |
| 2026-01-07 | 23.4979 |
| 2026-01-14 | 23.5879 |
| 2026-01-21 | 23.7820 |
| 2026-01-28 | 24.4516 |
| 2026-02-04 | 24.0927 |
| 2026-02-11 | 24.3554 |
| 2026-02-18 | 24.1924 |
| 2026-02-25 | 24.3620 |
| 2026-03-04 | 23.9173 |
| 2026-03-11 | 23.7151 |
| 2026-03-18 | 23.7443 |
| 2026-03-25 | 23.9845 |
| 2026-04-01 | 23.9274 |
| 2026-04-08 | 24.0075 |
| 2026-04-15 | 24.6768 |
| 2026-04-22 | 24.2939 |
| 2026-04-29 | 24.2516 |
| 2026-05-06 | 24.3234 |
| 2026-05-14 | 24.2598 |
| 2026-05-21 | 24.0814 |
| 2026-05-29 | 24.0920 |
| 2026-06-05 | 24.1576 |
| 2026-06-14 | 23.8929 |
| 2026-06-21 | 23.7685 |
| 2026-06-28 | 23.5945 |
| 2026-07-05 | 23.6793 |
| 2026-07-12 | 23.7615 |
| 2026-07-19 | 23.7435 |
| 2026-07-26 | 23.7346 |
| 2026-08-02 | 24.1544 |
| 2026-08-09 | 24.2322 |
| 2026-08-16 | 24.3181 |
| 2026-08-24 | 24.6192 |
| 2026-08-31 | 24.7096 |
| 2026-09-07 | 24.6794 |
| 2026-09-14 | 24.7089 |
| 2026-09-21 | 24.8398 |
High
24.9300
Low
23.4979
Average
24.1224
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=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¤cies=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.