Skip to content

BIF to CZK exchange rate API

Burundi Franc to Czech Koruna · quoted 2026-09-27

0.007133

▲ +1.22% over 1Y

1 BIF = 0.007133 CZK · 1 CZK = 140.1935 BIF · Get this rate via the API

1 BIF buys 0.007133 CZK as of 2026-09-27, so 1 CZK buys 140.1935 BIF. Over the last year, BIF/CZK traded between 0.006907 and 0.007212, averaged 0.007039 and rose 1.22%. The API holds daily BIF/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/CZK over 1Y

BIF/CZK over 1Y: show the values
PointBIF/CZK
2025-09-270.007047
2025-10-040.007016
2025-10-110.007097
2025-10-180.007059
2025-10-250.007096
2025-11-010.007137
2025-11-080.007136
2025-11-150.007058
2025-11-220.007108
2025-11-290.007027
2025-12-060.007013
2025-12-140.006994
2025-12-210.007019
2025-12-280.006967
2026-01-040.006961
2026-01-110.007048
2026-01-180.007077
2026-01-250.006918
2026-02-010.006928
2026-02-080.006926
2026-02-150.006907
2026-02-220.006942
2026-03-010.006952
2026-03-080.007108
2026-03-150.007212
2026-03-220.007148
2026-03-290.007181
2026-04-050.007166
2026-04-120.007023
2026-04-190.006939
2026-04-260.007000
2026-05-030.006978
2026-05-100.006957
2026-05-180.006999
2026-05-260.007018
2026-06-020.006979
2026-06-110.007016
2026-06-180.007059
2026-06-250.007177
2026-07-020.007116
2026-07-090.007115
2026-07-160.007094
2026-07-230.007116
2026-07-300.007067
2026-08-060.007035
2026-08-130.007025
2026-08-210.006925
2026-08-280.006954
2026-09-040.006961
2026-09-110.006995
2026-09-180.007060
2026-09-250.007099

High

0.007212

Low

0.006907

Average

0.007039

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/CZK API questions

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

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

How far back does BIF/CZK historical data go?

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