Convert JPY to TMT
Japanese Yen → Turkmenistani Manat
1 JPY = 0.0222095 TMT(1 TMT = 45.025745 JPY)
Currency converter
1 JPY =
0.02221 TMT
JPY to TMT: last 30 days
Over the last 30 days, 1 JPY traded between 0.02183 and 0.022887 TMT, averaging 0.022373 TMT. The JPY/TMT rate is up 1.42% since 2026-08-28.
- 30-day high
- 0.022887
- 2026-09-09
- 30-day low
- 0.02183
- 2026-09-01
- 30-day average
- 0.022373
- Days with data: 30
- 30-day change
- +1.42%
- since 2026-08-28
0.022887
0.021832026-08-28 → 2026-09-26
| Date | 1 JPY in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 0.02221 | 0.00% |
| 2026-09-25 | 0.02221 | +0.80% |
| 2026-09-24 | 0.022033 | -0.59% |
| 2026-09-23 | 0.022163 | -0.40% |
| 2026-09-22 | 0.022253 | -0.29% |
| 2026-09-21 | 0.022318 | +0.68% |
| 2026-09-20 | 0.022167 | -0.00% |
| 2026-09-19 | 0.022167 | -0.28% |
| 2026-09-18 | 0.022231 | -1.10% |
| 2026-09-17 | 0.022478 | -0.66% |
| 2026-09-16 | 0.022626 | +0.26% |
| 2026-09-15 | 0.022567 | -0.63% |
| 2026-09-14 | 0.022711 | -0.24% |
| 2026-09-13 | 0.022765 | -0.09% |
| 2026-09-12 | 0.022786 | +0.00% |
| Date | 1 JPY in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 0.022786 | +0.19% |
| 2026-09-10 | 0.022743 | -0.63% |
| 2026-09-09 | 0.022887 | +0.90% |
| 2026-09-08 | 0.022683 | +0.29% |
| 2026-09-07 | 0.022617 | +0.61% |
| 2026-09-06 | 0.022481 | -1.74% |
| 2026-09-05 | 0.022878 | +2.16% |
| 2026-09-04 | 0.022395 | -0.09% |
| 2026-09-03 | 0.022415 | +1.98% |
| 2026-09-02 | 0.02198 | +0.69% |
| 2026-09-01 | 0.02183 | -0.66% |
| 2026-08-31 | 0.021974 | -0.03% |
| 2026-08-30 | 0.021981 | +0.12% |
| 2026-08-29 | 0.021954 | +0.25% |
| 2026-08-28 | 0.021899 | — |
JPY to TMT conversion table
1 JPY0.02221 TMT
5 JPY0.11105 TMT
10 JPY0.2221 TMT
25 JPY0.55524 TMT
50 JPY1.1105 TMT
100 JPY2.221 TMT
500 JPY11.1048 TMT
1,000 JPY22.2095 TMT
5,000 JPY111.0476 TMT
10,000 JPY222.0952 TMT
Get the JPY/TMT rate in your app
One GET request returns the latest JPY → 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/JPY/TMT"fetch('https://rate-api.com/api/v1/pair/JPY/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TMT"
},
"rate": 0.0222,
"timestamp": 1790429301,
"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 JPYTurkmenistani Manat → Japanese Yen45.0257Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.