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: show the values
| Point | HKD/BIF |
|---|---|
| 2025-09-25 | 382.5875 |
| 2025-10-02 | 377.2671 |
| 2025-10-09 | 378.8411 |
| 2025-10-16 | 378.9219 |
| 2025-10-23 | 378.8448 |
| 2025-10-30 | 379.7998 |
| 2025-11-06 | 379.3359 |
| 2025-11-13 | 379.6726 |
| 2025-11-20 | 379.7365 |
| 2025-11-27 | 381.1884 |
| 2025-12-04 | 379.8785 |
| 2025-12-12 | 379.1961 |
| 2025-12-19 | 379.9763 |
| 2025-12-26 | 380.6339 |
| 2026-01-02 | 380.0740 |
| 2026-01-09 | 380.4713 |
| 2026-01-16 | 380.0761 |
| 2026-01-23 | 378.6891 |
| 2026-01-30 | 379.8286 |
| 2026-02-06 | 379.2745 |
| 2026-02-13 | 379.6497 |
| 2026-02-20 | 379.8406 |
| 2026-02-27 | 379.5152 |
| 2026-03-06 | 379.6377 |
| 2026-03-13 | 380.6253 |
| 2026-03-20 | 378.8494 |
| 2026-03-27 | 378.5625 |
| 2026-04-03 | 378.4819 |
| 2026-04-10 | 379.1787 |
| 2026-04-17 | 379.6958 |
| 2026-04-24 | 378.4322 |
| 2026-05-01 | 379.7405 |
| 2026-05-08 | 381.4300 |
| 2026-05-16 | 380.0771 |
| 2026-05-24 | 380.0763 |
| 2026-05-31 | 379.9330 |
| 2026-06-09 | 380.5902 |
| 2026-06-16 | 381.6897 |
| 2026-06-23 | 381.0500 |
| 2026-06-30 | 379.7235 |
| 2026-07-07 | 379.3136 |
| 2026-07-14 | 381.7674 |
| 2026-07-21 | 380.3057 |
| 2026-07-28 | 381.5701 |
| 2026-08-04 | 378.1972 |
| 2026-08-11 | 380.9782 |
| 2026-08-18 | 380.9704 |
| 2026-08-26 | 380.6772 |
| 2026-09-02 | 381.8087 |
| 2026-09-09 | 381.3632 |
| 2026-09-16 | 381.3949 |
| 2026-09-23 | 383.2942 |
High
383.3677
Low
377.2671
Average
380.1147
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.