TWD to KMF exchange rate API
New Taiwan Dollar to Comoro Franc · quoted 2026-09-24
13.5875
▲ +1.75% over YTD
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 year to date, TWD/KMF traded between 13.0887 and 13.5875, averaged 13.3422 and rose 1.75%. 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 YTD: show the values
| Point | TWD/KMF |
|---|---|
| 2025-12-31 | 13.3538 |
| 2026-01-07 | 13.3603 |
| 2026-01-14 | 13.3557 |
| 2026-01-21 | 13.2564 |
| 2026-01-28 | 13.0887 |
| 2026-02-04 | 13.1707 |
| 2026-02-11 | 13.1136 |
| 2026-02-18 | 13.2189 |
| 2026-02-25 | 13.3307 |
| 2026-03-04 | 13.3733 |
| 2026-03-11 | 13.3110 |
| 2026-03-18 | 13.3703 |
| 2026-03-25 | 13.2785 |
| 2026-04-01 | 13.3148 |
| 2026-04-08 | 13.2729 |
| 2026-04-15 | 13.2127 |
| 2026-04-22 | 13.3343 |
| 2026-04-29 | 13.3289 |
| 2026-05-06 | 13.3581 |
| 2026-05-14 | 13.3201 |
| 2026-05-21 | 13.4071 |
| 2026-05-29 | 13.4648 |
| 2026-06-05 | 13.4420 |
| 2026-06-14 | 13.4427 |
| 2026-06-21 | 13.5246 |
| 2026-06-28 | 13.5584 |
| 2026-07-05 | 13.4619 |
| 2026-07-12 | 13.4332 |
| 2026-07-19 | 13.2672 |
| 2026-07-26 | 13.3752 |
| 2026-08-02 | 13.2079 |
| 2026-08-09 | 13.2116 |
| 2026-08-16 | 13.2887 |
| 2026-08-24 | 13.2399 |
| 2026-08-31 | 13.3959 |
| 2026-09-07 | 13.4156 |
| 2026-09-14 | 13.3999 |
| 2026-09-21 | 13.4990 |
High
13.5875
Low
13.0887
Average
13.3422
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.