Skip to content

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

KRW/BIF over 1Y: show the values
PointKRW/BIF
2025-09-262.1301
2025-10-032.0956
2025-10-102.0753
2025-10-172.0694
2025-10-242.0443
2025-10-312.0669
2025-11-072.0219
2025-11-142.0323
2025-11-212.0031
2025-11-282.0098
2025-12-052.0093
2025-12-132.0072
2025-12-202.0053
2025-12-272.0463
2026-01-032.0537
2026-01-102.0335
2026-01-172.0070
2026-01-242.0429
2026-01-312.0431
2026-02-072.0198
2026-02-142.0563
2026-02-212.0513
2026-02-282.0604
2026-03-071.9977
2026-03-141.9769
2026-03-211.9750
2026-03-281.9685
2026-04-041.9640
2026-04-112.0006
2026-04-182.0267
2026-04-252.0111
2026-05-022.0227
2026-05-092.0350
2026-05-171.9817
2026-05-251.9616
2026-06-011.9694
2026-06-101.9608
2026-06-171.9700
2026-06-241.9304
2026-07-011.9093
2026-07-081.9771
2026-07-152.0016
2026-07-222.0154
2026-07-292.0539
2026-08-052.0966
2026-08-122.1090
2026-08-202.1301
2026-08-272.1636
2026-09-032.2025
2026-09-102.2245
2026-09-172.1723
2026-09-242.2018

High

2.2245

Low

1.9093

Average

2.0416

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&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=KRW&currencies=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&currencies=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.