Skip to content

TMT to KMF exchange rate API

Turkmenistan New Manat to Comoro Franc · quoted 2026-09-25

123.2792

▲ +1.04% over 6M

1 TMT = 123.2792 KMF · 1 KMF = 0.008112 TMT · Get this rate via the API

1 TMT buys 123.2792 KMF as of 2026-09-25, so 1 KMF buys 0.008112 TMT. Over the last 6 months, TMT/KMF traded between 119.2583 and 123.7142, averaged 121.5211 and rose 1.04%. The API holds daily TMT/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/KMF over 6M

TMT/KMF over 6M: show the values
PointTMT/KMF
2026-03-29122.0048
2026-04-05122.0237
2026-04-12119.8289
2026-04-19119.2583
2026-04-26119.8289
2026-05-03119.8289
2026-05-10119.4287
2026-05-18120.7979
2026-05-26120.8182
2026-06-02120.4625
2026-06-11121.7411
2026-06-18121.7085
2026-06-25123.7084
2026-07-02123.7142
2026-07-09123.0736
2026-07-16122.2479
2026-07-23122.6877
2026-07-30122.6827
2026-08-06121.6884
2026-08-13122.1081
2026-08-21120.3564
2026-08-28120.8031
2026-09-04120.9556
2026-09-11120.8163
2026-09-18121.9373
2026-09-25123.2792

High

123.7142

Low

119.2583

Average

121.5211

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TMT/KMF API questions

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

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

How far back does TMT/KMF historical data go?

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