Skip to content

TTD to KMF exchange rate API

Trinidad and Tobago Dollar to Comoro Franc · quoted 2026-09-26

63.6841

▲ +2.52% over 1Y

1 TTD = 63.6841 KMF · 1 KMF = 0.01570 TTD · Get this rate via the API

1 TTD buys 63.6841 KMF as of 2026-09-26, so 1 KMF buys 0.01570 TTD. Over the last year, TTD/KMF traded between 61.1560 and 63.7822, averaged 62.4561 and rose 2.52%. The API holds daily TTD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/KMF over 1Y

TTD/KMF over 1Y: show the values
PointTTD/KMF
2025-09-2662.1169
2025-10-0361.9222
2025-10-1062.5611
2025-10-1762.0470
2025-10-2462.4825
2025-10-3163.0263
2025-11-0762.9224
2025-11-1462.4190
2025-11-2162.8026
2025-11-2862.5107
2025-12-0562.4361
2025-12-1361.8043
2025-12-2061.8175
2025-12-2761.4558
2026-01-0361.7118
2026-01-1062.2281
2026-01-1762.5399
2026-01-2461.2340
2026-01-3161.2262
2026-02-0761.4989
2026-02-1461.1560
2026-02-2161.5662
2026-02-2861.6828
2026-03-0762.5030
2026-03-1463.6734
2026-03-2162.5555
2026-03-2862.9857
2026-04-0462.9746
2026-04-1161.9095
2026-04-1861.5443
2026-04-2561.9458
2026-05-0261.8613
2026-05-0961.6830
2026-05-1762.5668
2026-05-2562.3359
2026-06-0162.2088
2026-06-1062.8100
2026-06-1762.3711
2026-06-2463.7822
2026-07-0163.5793
2026-07-0863.4049
2026-07-1563.4432
2026-07-2263.6042
2026-07-2963.5950
2026-08-0562.8854
2026-08-1262.9582
2026-08-2062.3032
2026-08-2762.1852
2026-09-0362.7037
2026-09-1062.2738
2026-09-1763.1190
2026-09-2463.5569

High

63.7822

Low

61.1560

Average

62.4561

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/KMF API questions

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

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

How far back does TTD/KMF historical data go?

Daily TTD/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 TTD/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.