Convert JPY to TRY
Japanese Yen → Turkish Lira
1 JPY = 0.310504 TRY(1 TRY = 3.220574 JPY)
Currency converter
1 JPY =
0.3105 TRY
JPY to TRY: last 30 days
Over the last 30 days, 1 JPY traded between 0.30141 and 0.31629 TRY, averaging 0.3099 TRY. The JPY/TRY rate is up 2.77% since 2026-08-28.
- 30-day high
- 0.31629
- 2026-09-09
- 30-day low
- 0.30141
- 2026-09-01
- 30-day average
- 0.3099
- Days with data: 30
- 30-day change
- +2.77%
- since 2026-08-28
0.31629
0.301412026-08-28 → 2026-09-26
| Date | 1 JPY in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 0.3105 | 0.00% |
| 2026-09-25 | 0.3105 | +0.96% |
| 2026-09-24 | 0.30754 | -0.55% |
| 2026-09-23 | 0.30926 | -0.41% |
| 2026-09-22 | 0.31052 | +0.08% |
| 2026-09-21 | 0.31029 | +0.42% |
| 2026-09-20 | 0.30898 | 0.00% |
| 2026-09-19 | 0.30898 | 0.00% |
| 2026-09-18 | 0.30898 | -1.17% |
| 2026-09-17 | 0.31264 | -0.37% |
| 2026-09-16 | 0.31381 | +0.00% |
| 2026-09-15 | 0.31381 | -0.26% |
| 2026-09-14 | 0.31461 | -0.27% |
| 2026-09-13 | 0.31548 | 0.00% |
| 2026-09-12 | 0.31548 | 0.00% |
| Date | 1 JPY in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 0.31548 | +0.30% |
| 2026-09-10 | 0.31453 | -0.56% |
| 2026-09-09 | 0.31629 | +0.71% |
| 2026-09-08 | 0.31406 | +0.35% |
| 2026-09-07 | 0.31298 | +0.95% |
| 2026-09-06 | 0.31004 | 0.00% |
| 2026-09-05 | 0.31004 | 0.00% |
| 2026-09-04 | 0.31004 | +0.11% |
| 2026-09-03 | 0.30969 | +2.35% |
| 2026-09-02 | 0.30259 | +0.39% |
| 2026-09-01 | 0.30141 | -0.24% |
| 2026-08-31 | 0.30215 | +0.00% |
| 2026-08-30 | 0.30214 | 0.00% |
| 2026-08-29 | 0.30214 | 0.00% |
| 2026-08-28 | 0.30214 | — |
JPY to TRY conversion table
1 JPY0.3105 TRY
5 JPY1.5525 TRY
10 JPY3.105 TRY
25 JPY7.7626 TRY
50 JPY15.5252 TRY
100 JPY31.0504 TRY
500 JPY155.2518 TRY
1,000 JPY310.5036 TRY
5,000 JPY1,552.5181 TRY
10,000 JPY3,105.0362 TRY
Get the JPY/TRY rate in your app
One GET request returns the latest JPY → TRY 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/TRY"fetch('https://rate-api.com/api/v1/pair/JPY/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TRY');
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']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TRY"
},
"rate": 0.3105,
"timestamp": 1790429258,
"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
TRY to JPYTurkish Lira → Japanese Yen3.2206Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.