BND to KMF exchange rate API
Brunei Dollar to Comoro Franc · quoted 2026-09-25
338.2121
▲ +2.39% over 1Y
1 BND = 338.2121 KMF · 1 KMF = 0.002957 BND · Get this rate via the API
1 BND buys 338.2121 KMF as of 2026-09-25, so 1 KMF buys 0.002957 BND. Over the last year, BND/KMF traded between 324.6445 and 338.2121, averaged 330.3201 and rose 2.39%. The API holds daily BND/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BND/KMF over 1Y: show the values
| Point | BND/KMF |
|---|---|
| 2025-09-25 | 330.3095 |
| 2025-10-02 | 331.2361 |
| 2025-10-09 | 331.9245 |
| 2025-10-16 | 325.9054 |
| 2025-10-23 | 326.3871 |
| 2025-10-30 | 326.6461 |
| 2025-11-06 | 327.3969 |
| 2025-11-13 | 326.0307 |
| 2025-11-20 | 326.5400 |
| 2025-11-27 | 327.0509 |
| 2025-12-04 | 325.6716 |
| 2025-12-12 | 324.6445 |
| 2025-12-19 | 325.1105 |
| 2025-12-26 | 325.0236 |
| 2026-01-02 | 325.7196 |
| 2026-01-09 | 328.3897 |
| 2026-01-16 | 328.9509 |
| 2026-01-23 | 326.9970 |
| 2026-01-30 | 325.8937 |
| 2026-02-06 | 327.5633 |
| 2026-02-13 | 328.0233 |
| 2026-02-20 | 329.6091 |
| 2026-02-27 | 329.8495 |
| 2026-03-06 | 331.2546 |
| 2026-03-13 | 334.1784 |
| 2026-03-20 | 332.6483 |
| 2026-03-27 | 331.6818 |
| 2026-04-03 | 331.6841 |
| 2026-04-10 | 330.4722 |
| 2026-04-17 | 329.3923 |
| 2026-04-24 | 330.3698 |
| 2026-05-01 | 329.1802 |
| 2026-05-08 | 329.8994 |
| 2026-05-16 | 330.5377 |
| 2026-05-24 | 331.2199 |
| 2026-05-31 | 330.4611 |
| 2026-06-09 | 331.1991 |
| 2026-06-16 | 331.0637 |
| 2026-06-23 | 332.7480 |
| 2026-06-30 | 333.4802 |
| 2026-07-07 | 332.9530 |
| 2026-07-14 | 333.7510 |
| 2026-07-21 | 333.9864 |
| 2026-07-28 | 334.7332 |
| 2026-08-04 | 333.1803 |
| 2026-08-11 | 332.8846 |
| 2026-08-18 | 332.5147 |
| 2026-08-26 | 332.1073 |
| 2026-09-02 | 333.6224 |
| 2026-09-09 | 334.4827 |
| 2026-09-16 | 334.7945 |
| 2026-09-23 | 337.4001 |
High
338.2121
Low
324.6445
Average
330.3201
Get this rate via the API
One GET request returns the BND/KMF 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=BND¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
BND/KMF API questions
How do I get the BND/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BND/KMF rate in rates.KMF.
How far back does BND/KMF historical data go?
Daily BND/KMF 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 BND/KMF 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.