Skip to content

KMF to TWD exchange rate API

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

0.07345

▲ +3.11% over 1Y

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 year, KMF/TWD traded between 0.07068 and 0.07619, averaged 0.07442 and rose 3.11%. 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 1Y

KMF/TWD over 1Y: show the values
PointKMF/TWD
2025-09-260.07124
2025-10-030.07125
2025-10-100.07068
2025-10-170.07297
2025-10-240.07273
2025-10-310.07230
2025-11-070.07269
2025-11-140.07316
2025-11-210.07357
2025-11-280.07386
2025-12-050.07419
2025-12-130.07476
2025-12-200.07505
2025-12-270.07515
2026-01-030.07480
2026-01-100.07479
2026-01-170.07453
2026-01-240.07543
2026-01-310.07619
2026-02-070.07583
2026-02-140.07568
2026-02-210.07554
2026-02-280.07533
2026-03-070.07513
2026-03-140.07482
2026-03-210.07548
2026-03-280.07487
2026-04-040.07488
2026-04-110.07558
2026-04-180.07531
2026-04-250.07496
2026-05-020.07531
2026-05-090.07492
2026-05-170.07464
2026-05-250.07425
2026-06-010.07418
2026-06-100.07427
2026-06-170.07455
2026-06-240.07332
2026-07-010.07388
2026-07-080.07433
2026-07-150.07490
2026-07-220.07513
2026-07-290.07516
2026-08-050.07573
2026-08-120.07552
2026-08-200.07569
2026-08-270.07511
2026-09-030.07474
2026-09-100.07469
2026-09-170.07429
2026-09-240.07357

High

0.07619

Low

0.07068

Average

0.07442

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.