Convert JPY to TND
Japanese Yen → Tunisian Dinar
1 JPY = 0.0187682 TND(1 TND = 53.281716 JPY)
Currency converter
1 JPY =
0.018768 TND
JPY to TND: last 30 days
Over the last 30 days, 1 JPY traded between 0.018043 and 0.018914 TND, averaging 0.01863 TND. The JPY/TND rate is up 3.21% since 2026-08-28.
- 30-day high
- 0.018914
- 2026-09-09
- 30-day low
- 0.018043
- 2026-08-31
- 30-day average
- 0.01863
- Days with data: 30
- 30-day change
- +3.21%
- since 2026-08-28
0.018914
0.0180432026-08-28 → 2026-09-26
| Date | 1 JPY in TND | Daily change |
|---|---|---|
| 2026-09-26 | 0.018768 | 0.00% |
| 2026-09-25 | 0.018768 | +0.89% |
| 2026-09-24 | 0.018602 | -0.43% |
| 2026-09-23 | 0.018683 | -0.28% |
| 2026-09-22 | 0.018735 | +0.05% |
| 2026-09-21 | 0.018726 | +0.48% |
| 2026-09-20 | 0.018637 | +0.08% |
| 2026-09-19 | 0.018622 | +0.95% |
| 2026-09-18 | 0.018446 | -2.03% |
| 2026-09-17 | 0.018828 | +0.12% |
| 2026-09-16 | 0.018805 | -0.57% |
| 2026-09-15 | 0.018913 | +0.89% |
| 2026-09-14 | 0.018745 | -0.26% |
| 2026-09-13 | 0.018795 | -0.07% |
| 2026-09-12 | 0.018809 | -0.34% |
| Date | 1 JPY in TND | Daily change |
|---|---|---|
| 2026-09-11 | 0.018873 | +0.31% |
| 2026-09-10 | 0.018815 | -0.52% |
| 2026-09-09 | 0.018914 | +0.60% |
| 2026-09-08 | 0.018802 | -0.25% |
| 2026-09-07 | 0.018849 | +1.11% |
| 2026-09-06 | 0.018643 | +0.20% |
| 2026-09-05 | 0.018605 | +0.03% |
| 2026-09-04 | 0.018599 | -0.36% |
| 2026-09-03 | 0.018666 | +2.05% |
| 2026-09-02 | 0.018291 | +0.61% |
| 2026-09-01 | 0.018179 | +0.76% |
| 2026-08-31 | 0.018043 | -1.21% |
| 2026-08-30 | 0.018263 | -0.17% |
| 2026-08-29 | 0.018293 | +0.59% |
| 2026-08-28 | 0.018185 | — |
JPY to TND conversion table
1 JPY0.018768 TND
5 JPY0.093841 TND
10 JPY0.18768 TND
25 JPY0.4692 TND
50 JPY0.93841 TND
100 JPY1.8768 TND
500 JPY9.3841 TND
1,000 JPY18.7682 TND
5,000 JPY93.8408 TND
10,000 JPY187.6816 TND
Get the JPY/TND rate in your app
One GET request returns the latest JPY → TND 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/TND"fetch('https://rate-api.com/api/v1/pair/JPY/TND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TND');
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']} TND\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TND"
},
"rate": 0.0188,
"timestamp": 1790429337,
"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
TND to JPYTunisian Dinar → Japanese Yen53.2817Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.