Skip to content

BIF to KRW exchange rate API

Burundi Franc to Won · quoted 2026-09-26

0.45202

▼ +3.72% over 1Y

1 BIF = 0.45202 KRW · 1 KRW = 2.2123 BIF · Get this rate via the API

1 BIF buys 0.45202 KRW as of 2026-09-26, so 1 KRW buys 2.2123 BIF. Over the last year, BIF/KRW traded between 0.44954 and 0.52374, averaged 0.49039 and fell 3.72%. The API holds daily BIF/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/KRW over 1Y

BIF/KRW over 1Y: show the values
PointBIF/KRW
2025-09-260.46947
2025-10-030.47718
2025-10-100.48186
2025-10-170.48324
2025-10-240.48916
2025-10-310.48381
2025-11-070.49459
2025-11-140.49206
2025-11-210.49922
2025-11-280.49757
2025-12-050.49768
2025-12-130.49822
2025-12-200.49867
2025-12-270.48868
2026-01-030.48693
2026-01-100.49176
2026-01-170.49824
2026-01-240.48950
2026-01-310.48945
2026-02-070.49510
2026-02-140.48630
2026-02-210.48750
2026-02-280.48534
2026-03-070.50058
2026-03-140.50585
2026-03-210.50632
2026-03-280.50800
2026-04-040.50916
2026-04-110.49985
2026-04-180.49340
2026-04-250.49724
2026-05-020.49439
2026-05-090.49140
2026-05-170.50461
2026-05-250.50979
2026-06-010.50777
2026-06-100.51001
2026-06-170.50760
2026-06-240.51802
2026-07-010.52374
2026-07-080.50580
2026-07-150.49960
2026-07-220.49617
2026-07-290.48688
2026-08-050.47696
2026-08-120.47416
2026-08-200.46947
2026-08-270.46220
2026-09-030.45403
2026-09-100.44954
2026-09-170.46035
2026-09-240.45417

High

0.52374

Low

0.44954

Average

0.49039

For developers

Get this rate via the API

One GET request returns the BIF/KRW 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=BIF&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/KRW API questions

How do I get the BIF/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BIF/KRW rate in rates.KRW.

How far back does BIF/KRW historical data go?

Daily BIF/KRW 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 BIF/KRW 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.