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: show the values
| Point | ISK/BIF |
|---|---|
| 2025-09-26 | 24.6838 |
| 2025-10-03 | 24.3060 |
| 2025-10-10 | 24.0922 |
| 2025-10-17 | 24.1820 |
| 2025-10-24 | 23.9960 |
| 2025-10-31 | 23.5534 |
| 2025-11-07 | 23.3371 |
| 2025-11-14 | 23.3105 |
| 2025-11-21 | 23.1119 |
| 2025-11-28 | 23.0516 |
| 2025-12-05 | 23.1560 |
| 2025-12-13 | 23.4210 |
| 2025-12-20 | 23.5512 |
| 2025-12-27 | 23.5348 |
| 2026-01-03 | 23.5281 |
| 2026-01-10 | 23.4234 |
| 2026-01-17 | 23.4561 |
| 2026-01-24 | 23.9366 |
| 2026-01-31 | 24.2330 |
| 2026-02-07 | 24.0938 |
| 2026-02-14 | 24.2511 |
| 2026-02-21 | 24.1097 |
| 2026-02-28 | 24.4229 |
| 2026-03-07 | 23.7536 |
| 2026-03-14 | 23.5267 |
| 2026-03-21 | 23.9093 |
| 2026-03-28 | 23.7936 |
| 2026-04-04 | 23.6756 |
| 2026-04-11 | 24.3063 |
| 2026-04-18 | 24.3572 |
| 2026-04-25 | 24.2125 |
| 2026-05-02 | 24.2582 |
| 2026-05-09 | 24.3832 |
| 2026-05-17 | 24.1030 |
| 2026-05-25 | 24.0753 |
| 2026-06-01 | 24.0622 |
| 2026-06-10 | 24.0531 |
| 2026-06-17 | 23.9903 |
| 2026-06-24 | 23.5416 |
| 2026-07-01 | 23.5490 |
| 2026-07-08 | 23.7269 |
| 2026-07-15 | 23.7562 |
| 2026-07-22 | 23.7685 |
| 2026-07-29 | 23.8051 |
| 2026-08-05 | 24.3219 |
| 2026-08-12 | 24.3336 |
| 2026-08-20 | 24.4670 |
| 2026-08-27 | 24.7708 |
| 2026-09-03 | 24.6957 |
| 2026-09-10 | 24.8023 |
| 2026-09-17 | 24.6644 |
| 2026-09-24 | 24.8215 |
High
24.9300
Low
23.0516
Average
23.9841
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.