Skip to content

HKD to BIF exchange rate API

Hong Kong Dollar to Burundi Franc · quoted 2026-09-25

383.3677

▲ +0.20% over 1Y

1 HKD = 383.3677 BIF · 1 BIF = 0.002608 HKD · Get this rate via the API

1 HKD buys 383.3677 BIF as of 2026-09-25, so 1 BIF buys 0.002608 HKD. Over the last year, HKD/BIF traded between 377.2671 and 383.3677, averaged 380.1147 and rose 0.20%. The API holds daily HKD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/BIF over 1Y

HKD/BIF over 1Y: show the values
PointHKD/BIF
2025-09-25382.5875
2025-10-02377.2671
2025-10-09378.8411
2025-10-16378.9219
2025-10-23378.8448
2025-10-30379.7998
2025-11-06379.3359
2025-11-13379.6726
2025-11-20379.7365
2025-11-27381.1884
2025-12-04379.8785
2025-12-12379.1961
2025-12-19379.9763
2025-12-26380.6339
2026-01-02380.0740
2026-01-09380.4713
2026-01-16380.0761
2026-01-23378.6891
2026-01-30379.8286
2026-02-06379.2745
2026-02-13379.6497
2026-02-20379.8406
2026-02-27379.5152
2026-03-06379.6377
2026-03-13380.6253
2026-03-20378.8494
2026-03-27378.5625
2026-04-03378.4819
2026-04-10379.1787
2026-04-17379.6958
2026-04-24378.4322
2026-05-01379.7405
2026-05-08381.4300
2026-05-16380.0771
2026-05-24380.0763
2026-05-31379.9330
2026-06-09380.5902
2026-06-16381.6897
2026-06-23381.0500
2026-06-30379.7235
2026-07-07379.3136
2026-07-14381.7674
2026-07-21380.3057
2026-07-28381.5701
2026-08-04378.1972
2026-08-11380.9782
2026-08-18380.9704
2026-08-26380.6772
2026-09-02381.8087
2026-09-09381.3632
2026-09-16381.3949
2026-09-23383.2942

High

383.3677

Low

377.2671

Average

380.1147

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/BIF API questions

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

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

How far back does HKD/BIF historical data go?

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