Skip to content

KMF to BDT exchange rate API

Comoro Franc to Taka · quoted 2026-09-25

0.28463

▼ +2.54% over YTD

1 KMF = 0.28463 BDT · 1 BDT = 3.5133 KMF · Get this rate via the API

1 KMF buys 0.28463 BDT as of 2026-09-25, so 1 BDT buys 3.5133 KMF. Over the year to date, KMF/BDT traded between 0.28463 and 0.29767, averaged 0.29004 and fell 2.54%. The API holds daily KMF/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/BDT over YTD

KMF/BDT over YTD: show the values
PointKMF/BDT
2025-12-310.29204
2026-01-070.29066
2026-01-140.28928
2026-01-210.29170
2026-01-280.29767
2026-02-040.29342
2026-02-110.29618
2026-02-180.29404
2026-02-250.29286
2026-03-040.28835
2026-03-110.28942
2026-03-180.28750
2026-03-250.28936
2026-04-010.28883
2026-04-080.29142
2026-04-150.29420
2026-04-220.29233
2026-04-290.29179
2026-05-060.29169
2026-05-140.29225
2026-05-210.29034
2026-05-290.29002
2026-06-050.28993
2026-06-140.28895
2026-06-210.28656
2026-06-280.28486
2026-07-050.28608
2026-07-120.28599
2026-07-190.28640
2026-07-260.28537
2026-08-020.28905
2026-08-090.29118
2026-08-160.28979
2026-08-240.29093
2026-08-310.29049
2026-09-070.28997
2026-09-140.28981
2026-09-210.28637

High

0.29767

Low

0.28463

Average

0.29004

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/BDT API questions

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

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

How far back does KMF/BDT historical data go?

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