Convert CHF to TMT
Swiss Franc → Turkmenistani Manat
1 CHF = 4.225569 TMT(1 TMT = 0.236655 CHF)
Currency converter
1 CHF =
4.2256 TMT
CHF to TMT: last 30 days
Over the last 30 days, 1 CHF traded between 4.2256 and 4.4173 TMT, averaging 4.2988 TMT. The CHF/TMT rate is down 2.82% since 2026-08-28.
- 30-day high
- 4.4173
- 2026-09-05
- 30-day low
- 4.2256
- 2026-09-25
- 30-day average
- 4.2988
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
4.4173
4.22562026-08-28 → 2026-09-26
| Date | 1 CHF in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 4.2256 | 0.00% |
| 2026-09-25 | 4.2256 | -0.07% |
| 2026-09-24 | 4.2283 | -0.59% |
| 2026-09-23 | 4.2533 | -0.36% |
| 2026-09-22 | 4.2686 | -0.11% |
| 2026-09-21 | 4.273 | +0.80% |
| 2026-09-20 | 4.2391 | -0.00% |
| 2026-09-19 | 4.2391 | -0.28% |
| 2026-09-18 | 4.2512 | +0.16% |
| 2026-09-17 | 4.2445 | -0.91% |
| 2026-09-16 | 4.2834 | +0.19% |
| 2026-09-15 | 4.2752 | -0.55% |
| 2026-09-14 | 4.299 | -0.05% |
| 2026-09-13 | 4.3011 | -0.09% |
| 2026-09-12 | 4.3052 | +0.00% |
| Date | 1 CHF in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 4.3051 | -0.31% |
| 2026-09-10 | 4.3185 | -0.64% |
| 2026-09-09 | 4.3464 | +0.78% |
| 2026-09-08 | 4.3129 | -0.28% |
| 2026-09-07 | 4.325 | -0.36% |
| 2026-09-06 | 4.3406 | -1.74% |
| 2026-09-05 | 4.4173 | +2.16% |
| 2026-09-04 | 4.3241 | -0.03% |
| 2026-09-03 | 4.3256 | +0.37% |
| 2026-09-02 | 4.3098 | -0.09% |
| 2026-09-01 | 4.3136 | -0.63% |
| 2026-08-31 | 4.341 | -0.53% |
| 2026-08-30 | 4.3642 | +0.12% |
| 2026-08-29 | 4.3589 | +0.25% |
| 2026-08-28 | 4.348 | — |
CHF to TMT conversion table
1 CHF4.2256 TMT
5 CHF21.1278 TMT
10 CHF42.2557 TMT
25 CHF105.6392 TMT
50 CHF211.2785 TMT
100 CHF422.5569 TMT
500 CHF2,112.7845 TMT
1,000 CHF4,225.5691 TMT
5,000 CHF21,127.845 TMT
10,000 CHF42,255.691 TMT
Get the CHF/TMT rate in your app
One GET request returns the latest CHF → TMT rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/TMT"fetch('https://rate-api.com/api/v1/pair/CHF/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TMT"
},
"rate": 4.2256,
"timestamp": 1790429307,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TMT to CHFTurkmenistani Manat → Swiss Franc0.23665Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.