Skip to content

TMT to CHF exchange rate API

Turkmenistan New Manat to Swiss Franc · quoted 2026-09-24

0.23613

▲ +4.23% over YTD

1 TMT = 0.23613 CHF · 1 CHF = 4.2349 TMT · Get this rate via the API

1 TMT buys 0.23613 CHF as of 2026-09-24, so 1 CHF buys 4.2349 TMT. Over the year to date, TMT/CHF traded between 0.21936 and 0.23613, averaged 0.22687 and rose 4.23%. The API holds daily TMT/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/CHF over YTD

TMT/CHF over YTD: show the values
PointTMT/CHF
2025-12-310.22656
2026-01-070.22776
2026-01-140.22887
2026-01-210.22502
2026-01-280.21936
2026-02-040.22119
2026-02-110.21956
2026-02-180.21958
2026-02-250.22076
2026-03-040.22284
2026-03-110.22218
2026-03-180.22544
2026-03-250.22618
2026-04-010.22639
2026-04-080.22448
2026-04-150.22330
2026-04-220.22310
2026-04-290.22511
2026-05-060.22231
2026-05-140.22287
2026-05-210.22463
2026-05-290.22304
2026-06-050.22457
2026-06-140.22714
2026-06-210.23070
2026-06-280.23141
2026-07-050.22994
2026-07-120.23143
2026-07-190.23052
2026-07-260.23344
2026-08-020.23143
2026-08-090.23101
2026-08-160.23193
2026-08-240.22957
2026-08-310.23036
2026-09-070.23122
2026-09-140.23261
2026-09-210.23403

High

0.23613

Low

0.21936

Average

0.22687

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TMT/CHF API questions

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

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

How far back does TMT/CHF historical data go?

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