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: show the values
| Point | KMF/BTN |
|---|---|
| 2025-09-25 | 0.21180 |
| 2025-10-02 | 0.21158 |
| 2025-10-09 | 0.20996 |
| 2025-10-16 | 0.20800 |
| 2025-10-23 | 0.20705 |
| 2025-10-30 | 0.20861 |
| 2025-11-06 | 0.20729 |
| 2025-11-13 | 0.20877 |
| 2025-11-20 | 0.20733 |
| 2025-11-27 | 0.21045 |
| 2025-12-04 | 0.21385 |
| 2025-12-12 | 0.21529 |
| 2025-12-19 | 0.21510 |
| 2025-12-26 | 0.21566 |
| 2026-01-02 | 0.21504 |
| 2026-01-09 | 0.21283 |
| 2026-01-16 | 0.21312 |
| 2026-01-23 | 0.21870 |
| 2026-01-30 | 0.22250 |
| 2026-02-06 | 0.21650 |
| 2026-02-13 | 0.21865 |
| 2026-02-20 | 0.21751 |
| 2026-02-27 | 0.21817 |
| 2026-03-06 | 0.21637 |
| 2026-03-13 | 0.21607 |
| 2026-03-20 | 0.21849 |
| 2026-03-27 | 0.22084 |
| 2026-04-03 | 0.21738 |
| 2026-04-10 | 0.21969 |
| 2026-04-17 | 0.22268 |
| 2026-04-24 | 0.22285 |
| 2026-05-01 | 0.22591 |
| 2026-05-08 | 0.22569 |
| 2026-05-16 | 0.22682 |
| 2026-05-24 | 0.22579 |
| 2026-05-31 | 0.22512 |
| 2026-06-09 | 0.22429 |
| 2026-06-16 | 0.22268 |
| 2026-06-23 | 0.21999 |
| 2026-06-30 | 0.21911 |
| 2026-07-07 | 0.22165 |
| 2026-07-14 | 0.22191 |
| 2026-07-21 | 0.22369 |
| 2026-07-28 | 0.22146 |
| 2026-08-04 | 0.22321 |
| 2026-08-11 | 0.22391 |
| 2026-08-18 | 0.22515 |
| 2026-08-26 | 0.22600 |
| 2026-09-02 | 0.22347 |
| 2026-09-09 | 0.22451 |
| 2026-09-16 | 0.22498 |
| 2026-09-23 | 0.22211 |
High
0.22682
Low
0.20705
Average
0.21844
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.