Convert RUB to TMT
Russian Ruble → Turkmenistani Manat
1 RUB = 0.0414775 TMT(1 TMT = 24.109452 RUB)
Currency converter
1 RUB =
0.041478 TMT
RUB to TMT: last 30 days
Over the last 30 days, 1 RUB traded between 0.040058 and 0.041805 TMT, averaging 0.041174 TMT. The RUB/TMT rate is up 1.96% since 2026-08-29.
- 30-day high
- 0.041805
- 2026-09-11
- 30-day low
- 0.040058
- 2026-09-03
- 30-day average
- 0.041174
- Days with data: 30
- 30-day change
- +1.96%
- since 2026-08-29
0.041805
0.0400582026-08-29 → 2026-09-27
| Date | 1 RUB in TMT | Daily change |
|---|---|---|
| 2026-09-27 | 0.041478 | 0.00% |
| 2026-09-26 | 0.041478 | +0.75% |
| 2026-09-25 | 0.04117 | -0.20% |
| 2026-09-24 | 0.041254 | -0.64% |
| 2026-09-23 | 0.04152 | -0.58% |
| 2026-09-22 | 0.04176 | +0.14% |
| 2026-09-21 | 0.041703 | +0.19% |
| 2026-09-20 | 0.041625 | +0.37% |
| 2026-09-19 | 0.041471 | -0.16% |
| 2026-09-18 | 0.041539 | -0.02% |
| 2026-09-17 | 0.041548 | -0.28% |
| 2026-09-16 | 0.041666 | +0.67% |
| 2026-09-15 | 0.041389 | -0.32% |
| 2026-09-14 | 0.041521 | -0.20% |
| 2026-09-13 | 0.041605 | -0.21% |
| Date | 1 RUB in TMT | Daily change |
|---|---|---|
| 2026-09-12 | 0.041691 | -0.27% |
| 2026-09-11 | 0.041805 | +1.33% |
| 2026-09-10 | 0.041255 | +0.96% |
| 2026-09-09 | 0.040861 | +0.68% |
| 2026-09-08 | 0.040585 | +0.44% |
| 2026-09-07 | 0.040409 | -0.42% |
| 2026-09-06 | 0.04058 | -2.57% |
| 2026-09-05 | 0.041651 | +3.15% |
| 2026-09-04 | 0.04038 | +0.80% |
| 2026-09-03 | 0.040058 | -0.85% |
| 2026-09-02 | 0.040403 | -0.25% |
| 2026-09-01 | 0.040504 | -0.79% |
| 2026-08-31 | 0.040827 | +0.06% |
| 2026-08-30 | 0.040804 | +0.31% |
| 2026-08-29 | 0.040679 | — |
RUB to TMT conversion table
1 RUB0.041478 TMT
5 RUB0.20739 TMT
10 RUB0.41478 TMT
25 RUB1.0369 TMT
50 RUB2.0739 TMT
100 RUB4.1478 TMT
500 RUB20.7388 TMT
1,000 RUB41.4775 TMT
5,000 RUB207.3876 TMT
10,000 RUB414.7751 TMT
Get the RUB/TMT rate in your app
One GET request returns the latest RUB → 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/RUB/TMT"fetch('https://rate-api.com/api/v1/pair/RUB/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TMT"
},
"rate": 0.0415,
"timestamp": 1790490077,
"date": "2026-09-27"
}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 RUBTurkmenistani Manat → Russian Ruble24.1095Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.