Skip to content

TWD to KMF exchange rate API

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

13.5875

▼ +2.69% over 1Y

1 TWD = 13.5875 KMF · 1 KMF = 0.07360 TWD · Get this rate via the API

1 TWD buys 13.5875 KMF as of 2026-09-24, so 1 KMF buys 0.07360 TWD. Over the last year, TWD/KMF traded between 13.1094 and 14.0721, averaged 13.4472 and fell 2.69%. The API holds daily TWD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/KMF over 1Y

TWD/KMF over 1Y: show the values
PointTWD/KMF
2025-09-2413.9629
2025-10-0114.0126
2025-10-0814.0721
2025-10-1513.8131
2025-10-2213.7937
2025-10-2913.8133
2025-11-0513.8289
2025-11-1213.6839
2025-11-1913.6245
2025-11-2613.5498
2025-12-0313.5046
2025-12-1113.4760
2025-12-1813.2772
2025-12-2513.2853
2026-01-0113.3697
2026-01-0813.3493
2026-01-1513.3908
2026-01-2213.3033
2026-01-2913.1094
2026-02-0513.1752
2026-02-1213.2226
2026-02-1913.2105
2026-02-2613.3265
2026-03-0513.3356
2026-03-1213.3908
2026-03-1913.4035
2026-03-2613.3179
2026-04-0213.3230
2026-04-0913.3477
2026-04-1613.2473
2026-04-2313.3482
2026-04-3013.3395
2026-05-0713.3579
2026-05-1513.3755
2026-05-2313.4767
2026-05-3013.4181
2026-06-0613.5132
2026-06-1513.4381
2026-06-2213.5691
2026-06-2913.5515
2026-07-0613.4188
2026-07-1313.4545
2026-07-2013.2895
2026-07-2713.3361
2026-08-0313.1685
2026-08-1013.2105
2026-08-1713.3338
2026-08-2513.2308
2026-09-0113.3847
2026-09-0813.4372
2026-09-1513.4065
2026-09-2213.5349

High

14.0721

Low

13.1094

Average

13.4472

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/KMF API questions

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

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

How far back does TWD/KMF historical data go?

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