Skip to content

TMT to KMF exchange rate API

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

123.2792

▲ +2.99% over 1Y

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 year, TMT/KMF traded between 118.1166 and 123.5962, averaged 120.9100 and rose 2.99%. 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 1Y

TMT/KMF over 1Y: show the values
PointTMT/KMF
2025-09-25119.7055
2025-10-02119.8420
2025-10-09120.5086
2025-10-16120.4848
2025-10-23120.8991
2025-10-30120.8166
2025-11-06122.1583
2025-11-13121.3527
2025-11-20121.9742
2025-11-27121.1227
2025-12-04120.5866
2025-12-12119.8411
2025-12-19119.6468
2025-12-26119.3716
2026-01-02119.5139
2026-01-09120.4545
2026-01-16121.1145
2026-01-23119.7245
2026-01-30118.1166
2026-02-06118.9822
2026-02-13118.5347
2026-02-20119.2728
2026-02-27118.8060
2026-03-06121.0176
2026-03-13121.7118
2026-03-20121.5420
2026-03-27121.5744
2026-04-03121.9012
2026-04-10120.1141
2026-04-17119.5436
2026-04-24120.3994
2026-05-01119.8288
2026-05-08119.3732
2026-05-16120.5667
2026-05-24121.1474
2026-05-31120.5541
2026-06-09121.8410
2026-06-16121.3841
2026-06-23122.7575
2026-06-30122.9696
2026-07-07122.8995
2026-07-14123.1537
2026-07-21122.9176
2026-07-28123.5962
2026-08-04122.1953
2026-08-11121.5154
2026-08-18121.0614
2026-08-26120.2073
2026-09-02121.1168
2026-09-09120.5791
2026-09-16121.4945
2026-09-23123.1575

High

123.5962

Low

118.1166

Average

120.9100

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.