Skip to content

TTD to KMF exchange rate API

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

63.6841

▲ +3.24% over YTD

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 year to date, TTD/KMF traded between 60.4185 and 64.0366, averaged 62.4743 and rose 3.24%. 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 YTD

TTD/KMF over YTD: show the values
PointTTD/KMF
2025-12-3161.6852
2026-01-0761.9426
2026-01-1462.2930
2026-01-2161.8959
2026-01-2860.4185
2026-02-0461.5185
2026-02-1160.8985
2026-02-1861.2876
2026-02-2561.6018
2026-03-0462.5975
2026-03-1162.3837
2026-03-1862.9301
2026-03-2562.5279
2026-04-0162.6579
2026-04-0862.2142
2026-04-1561.4835
2026-04-2261.8593
2026-04-2961.9288
2026-05-0662.1662
2026-05-1461.8797
2026-05-2162.4359
2026-05-2962.3267
2026-06-0562.4812
2026-06-1462.7064
2026-06-2163.6023
2026-06-2863.7574
2026-07-0564.0307
2026-07-1263.6577
2026-07-1963.6131
2026-07-2664.0366
2026-08-0263.2811
2026-08-0962.9470
2026-08-1663.1855
2026-08-2462.0495
2026-08-3162.2610
2026-09-0762.4833
2026-09-1462.6437
2026-09-2163.1423

High

64.0366

Low

60.4185

Average

62.4743

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.