Skip to content

KMF to TWD exchange rate API

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

0.07345

▼ +1.91% over YTD

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 year to date, KMF/TWD traded between 0.07345 and 0.07640, averaged 0.07495 and fell 1.91%. 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 YTD

KMF/TWD over YTD: show the values
PointKMF/TWD
2025-12-310.07488
2026-01-070.07485
2026-01-140.07487
2026-01-210.07544
2026-01-280.07640
2026-02-040.07593
2026-02-110.07626
2026-02-180.07565
2026-02-250.07501
2026-03-040.07477
2026-03-110.07513
2026-03-180.07479
2026-03-250.07531
2026-04-010.07510
2026-04-080.07534
2026-04-150.07568
2026-04-220.07499
2026-04-290.07502
2026-05-060.07486
2026-05-140.07507
2026-05-210.07459
2026-05-290.07427
2026-06-050.07439
2026-06-140.07439
2026-06-210.07394
2026-06-280.07376
2026-07-050.07428
2026-07-120.07444
2026-07-190.07537
2026-07-260.07476
2026-08-020.07571
2026-08-090.07569
2026-08-160.07525
2026-08-240.07553
2026-08-310.07465
2026-09-070.07454
2026-09-140.07463
2026-09-210.07408

High

0.07640

Low

0.07345

Average

0.07495

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.