Skip to content

KMF to TWD exchange rate API

Comoro Franc to New Taiwan Dollar · quoted 2026-09-26

0.07345

▼ +2.01% over 6M

1 KMF = 0.07345 TWD · 1 TWD = 13.6147 KMF · Get this rate via the API

1 KMF buys 0.07345 TWD as of 2026-09-26, so 1 TWD buys 13.6147 KMF. Over the last 6 months, KMF/TWD traded between 0.07345 and 0.07574, averaged 0.07475 and fell 2.01%. The API holds daily KMF/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/TWD over 6M

KMF/TWD over 6M: show the values
PointKMF/TWD
2026-03-300.07495
2026-04-060.07499
2026-04-130.07570
2026-04-200.07534
2026-04-270.07481
2026-05-040.07531
2026-05-110.07511
2026-05-190.07490
2026-05-270.07432
2026-06-030.07424
2026-06-120.07439
2026-06-190.07352
2026-06-260.07365
2026-07-030.07426
2026-07-100.07478
2026-07-170.07517
2026-07-240.07484
2026-07-310.07574
2026-08-070.07550
2026-08-140.07498
2026-08-220.07555
2026-08-290.07451
2026-09-050.07480
2026-09-120.07446
2026-09-190.07424

High

0.07574

Low

0.07345

Average

0.07475

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/TWD API questions

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

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

How far back does KMF/TWD historical data go?

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