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: show the values
| Point | TMT/KMF |
|---|---|
| 2025-09-25 | 119.7055 |
| 2025-10-02 | 119.8420 |
| 2025-10-09 | 120.5086 |
| 2025-10-16 | 120.4848 |
| 2025-10-23 | 120.8991 |
| 2025-10-30 | 120.8166 |
| 2025-11-06 | 122.1583 |
| 2025-11-13 | 121.3527 |
| 2025-11-20 | 121.9742 |
| 2025-11-27 | 121.1227 |
| 2025-12-04 | 120.5866 |
| 2025-12-12 | 119.8411 |
| 2025-12-19 | 119.6468 |
| 2025-12-26 | 119.3716 |
| 2026-01-02 | 119.5139 |
| 2026-01-09 | 120.4545 |
| 2026-01-16 | 121.1145 |
| 2026-01-23 | 119.7245 |
| 2026-01-30 | 118.1166 |
| 2026-02-06 | 118.9822 |
| 2026-02-13 | 118.5347 |
| 2026-02-20 | 119.2728 |
| 2026-02-27 | 118.8060 |
| 2026-03-06 | 121.0176 |
| 2026-03-13 | 121.7118 |
| 2026-03-20 | 121.5420 |
| 2026-03-27 | 121.5744 |
| 2026-04-03 | 121.9012 |
| 2026-04-10 | 120.1141 |
| 2026-04-17 | 119.5436 |
| 2026-04-24 | 120.3994 |
| 2026-05-01 | 119.8288 |
| 2026-05-08 | 119.3732 |
| 2026-05-16 | 120.5667 |
| 2026-05-24 | 121.1474 |
| 2026-05-31 | 120.5541 |
| 2026-06-09 | 121.8410 |
| 2026-06-16 | 121.3841 |
| 2026-06-23 | 122.7575 |
| 2026-06-30 | 122.9696 |
| 2026-07-07 | 122.8995 |
| 2026-07-14 | 123.1537 |
| 2026-07-21 | 122.9176 |
| 2026-07-28 | 123.5962 |
| 2026-08-04 | 122.1953 |
| 2026-08-11 | 121.5154 |
| 2026-08-18 | 121.0614 |
| 2026-08-26 | 120.2073 |
| 2026-09-02 | 121.1168 |
| 2026-09-09 | 120.5791 |
| 2026-09-16 | 121.4945 |
| 2026-09-23 | 123.1575 |
High
123.5962
Low
118.1166
Average
120.9100
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=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¤cies=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.