KRW to BIF exchange rate API
Won to Burundi Franc · quoted 2026-09-26
2.2123
▲ +3.86% over 1Y
1 KRW = 2.2123 BIF · 1 BIF = 0.45202 KRW · Get this rate via the API
1 KRW buys 2.2123 BIF as of 2026-09-26, so 1 BIF buys 0.45202 KRW. Over the last year, KRW/BIF traded between 1.9093 and 2.2245, averaged 2.0416 and rose 3.86%. The API holds daily KRW/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KRW/BIF over 1Y: show the values
| Point | KRW/BIF |
|---|---|
| 2025-09-26 | 2.1301 |
| 2025-10-03 | 2.0956 |
| 2025-10-10 | 2.0753 |
| 2025-10-17 | 2.0694 |
| 2025-10-24 | 2.0443 |
| 2025-10-31 | 2.0669 |
| 2025-11-07 | 2.0219 |
| 2025-11-14 | 2.0323 |
| 2025-11-21 | 2.0031 |
| 2025-11-28 | 2.0098 |
| 2025-12-05 | 2.0093 |
| 2025-12-13 | 2.0072 |
| 2025-12-20 | 2.0053 |
| 2025-12-27 | 2.0463 |
| 2026-01-03 | 2.0537 |
| 2026-01-10 | 2.0335 |
| 2026-01-17 | 2.0070 |
| 2026-01-24 | 2.0429 |
| 2026-01-31 | 2.0431 |
| 2026-02-07 | 2.0198 |
| 2026-02-14 | 2.0563 |
| 2026-02-21 | 2.0513 |
| 2026-02-28 | 2.0604 |
| 2026-03-07 | 1.9977 |
| 2026-03-14 | 1.9769 |
| 2026-03-21 | 1.9750 |
| 2026-03-28 | 1.9685 |
| 2026-04-04 | 1.9640 |
| 2026-04-11 | 2.0006 |
| 2026-04-18 | 2.0267 |
| 2026-04-25 | 2.0111 |
| 2026-05-02 | 2.0227 |
| 2026-05-09 | 2.0350 |
| 2026-05-17 | 1.9817 |
| 2026-05-25 | 1.9616 |
| 2026-06-01 | 1.9694 |
| 2026-06-10 | 1.9608 |
| 2026-06-17 | 1.9700 |
| 2026-06-24 | 1.9304 |
| 2026-07-01 | 1.9093 |
| 2026-07-08 | 1.9771 |
| 2026-07-15 | 2.0016 |
| 2026-07-22 | 2.0154 |
| 2026-07-29 | 2.0539 |
| 2026-08-05 | 2.0966 |
| 2026-08-12 | 2.1090 |
| 2026-08-20 | 2.1301 |
| 2026-08-27 | 2.1636 |
| 2026-09-03 | 2.2025 |
| 2026-09-10 | 2.2245 |
| 2026-09-17 | 2.1723 |
| 2026-09-24 | 2.2018 |
High
2.2245
Low
1.9093
Average
2.0416
Get this rate via the API
One GET request returns the KRW/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=KRW¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
KRW/BIF API questions
How do I get the KRW/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KRW/BIF rate in rates.BIF.
How far back does KRW/BIF historical data go?
Daily KRW/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 KRW/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.