Skip to content

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

BND/KMF over 1Y: show the values
PointBND/KMF
2025-09-25330.3095
2025-10-02331.2361
2025-10-09331.9245
2025-10-16325.9054
2025-10-23326.3871
2025-10-30326.6461
2025-11-06327.3969
2025-11-13326.0307
2025-11-20326.5400
2025-11-27327.0509
2025-12-04325.6716
2025-12-12324.6445
2025-12-19325.1105
2025-12-26325.0236
2026-01-02325.7196
2026-01-09328.3897
2026-01-16328.9509
2026-01-23326.9970
2026-01-30325.8937
2026-02-06327.5633
2026-02-13328.0233
2026-02-20329.6091
2026-02-27329.8495
2026-03-06331.2546
2026-03-13334.1784
2026-03-20332.6483
2026-03-27331.6818
2026-04-03331.6841
2026-04-10330.4722
2026-04-17329.3923
2026-04-24330.3698
2026-05-01329.1802
2026-05-08329.8994
2026-05-16330.5377
2026-05-24331.2199
2026-05-31330.4611
2026-06-09331.1991
2026-06-16331.0637
2026-06-23332.7480
2026-06-30333.4802
2026-07-07332.9530
2026-07-14333.7510
2026-07-21333.9864
2026-07-28334.7332
2026-08-04333.1803
2026-08-11332.8846
2026-08-18332.5147
2026-08-26332.1073
2026-09-02333.6224
2026-09-09334.4827
2026-09-16334.7945
2026-09-23337.4001

High

338.2121

Low

324.6445

Average

330.3201

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND&currencies=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&currencies=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.