Skip to content

KMF to BTN exchange rate API

Comoro Franc to Ngultrum · quoted 2026-09-25

0.22171

▲ +4.68% over 1Y

1 KMF = 0.22171 BTN · 1 BTN = 4.5105 KMF · Get this rate via the API

1 KMF buys 0.22171 BTN as of 2026-09-25, so 1 BTN buys 4.5105 KMF. Over the last year, KMF/BTN traded between 0.20705 and 0.22682, averaged 0.21844 and rose 4.68%. The API holds daily KMF/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/BTN over 1Y

KMF/BTN over 1Y: show the values
PointKMF/BTN
2025-09-250.21180
2025-10-020.21158
2025-10-090.20996
2025-10-160.20800
2025-10-230.20705
2025-10-300.20861
2025-11-060.20729
2025-11-130.20877
2025-11-200.20733
2025-11-270.21045
2025-12-040.21385
2025-12-120.21529
2025-12-190.21510
2025-12-260.21566
2026-01-020.21504
2026-01-090.21283
2026-01-160.21312
2026-01-230.21870
2026-01-300.22250
2026-02-060.21650
2026-02-130.21865
2026-02-200.21751
2026-02-270.21817
2026-03-060.21637
2026-03-130.21607
2026-03-200.21849
2026-03-270.22084
2026-04-030.21738
2026-04-100.21969
2026-04-170.22268
2026-04-240.22285
2026-05-010.22591
2026-05-080.22569
2026-05-160.22682
2026-05-240.22579
2026-05-310.22512
2026-06-090.22429
2026-06-160.22268
2026-06-230.21999
2026-06-300.21911
2026-07-070.22165
2026-07-140.22191
2026-07-210.22369
2026-07-280.22146
2026-08-040.22321
2026-08-110.22391
2026-08-180.22515
2026-08-260.22600
2026-09-020.22347
2026-09-090.22451
2026-09-160.22498
2026-09-230.22211

High

0.22682

Low

0.20705

Average

0.21844

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=BTN").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/BTN API questions

How do I get the KMF/BTN exchange rate from an API?

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

How far back does KMF/BTN historical data go?

Daily KMF/BTN 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 KMF/BTN 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.