Skip to content

KZT to BIF exchange rate API

Tenge to Burundi Franc · quoted 2026-09-26

6.7696

▲ +14.85% over YTD

1 KZT = 6.7696 BIF · 1 BIF = 0.14772 KZT · Get this rate via the API

1 KZT buys 6.7696 BIF as of 2026-09-26, so 1 BIF buys 0.14772 KZT. Over the year to date, KZT/BIF traded between 5.8100 and 6.7696, averaged 6.2297 and rose 14.85%. The API holds daily KZT/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/BIF over YTD

KZT/BIF over YTD: show the values
PointKZT/BIF
2025-12-315.8945
2026-01-075.8100
2026-01-145.8160
2026-01-215.8275
2026-01-285.9011
2026-02-045.8823
2026-02-116.0269
2026-02-186.0378
2026-02-255.9448
2026-03-045.9404
2026-03-116.0771
2026-03-186.1683
2026-03-256.1600
2026-04-016.2086
2026-04-086.3775
2026-04-156.3457
2026-04-226.4041
2026-04-296.4918
2026-05-066.4041
2026-05-146.3405
2026-05-216.3132
2026-05-296.1396
2026-06-056.1456
2026-06-146.0851
2026-06-216.1146
2026-06-286.1406
2026-07-056.3076
2026-07-126.3333
2026-07-196.3256
2026-07-266.2878
2026-08-026.2780
2026-08-096.3742
2026-08-166.4468
2026-08-246.4897
2026-08-316.4606
2026-09-076.5587
2026-09-146.6130
2026-09-216.7158

High

6.7696

Low

5.8100

Average

6.2297

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KZT/BIF API questions

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

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

How far back does KZT/BIF historical data go?

Daily KZT/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 KZT/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.