Convert TND to JPY
Tunisian Dinar → Japanese Yen
1 TND = 53.281716 JPY(1 JPY = 0.0187682 TND)
Currency converter
1 TND =
53.2817 JPY
TND to JPY: last 30 days
Over the last 30 days, 1 TND traded between 52.8715 and 55.4247 JPY, averaging 53.6855 JPY. The TND/JPY rate is down 3.11% since 2026-08-28.
- 30-day high
- 55.4247
- 2026-08-31
- 30-day low
- 52.8715
- 2026-09-09
- 30-day average
- 53.6855
- Days with data: 30
- 30-day change
- -3.11%
- since 2026-08-28
55.4247
52.87152026-08-28 → 2026-09-26
| Date | 1 TND in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 53.2817 | 0.00% |
| 2026-09-25 | 53.2817 | -0.88% |
| 2026-09-24 | 53.7565 | +0.43% |
| 2026-09-23 | 53.5245 | +0.28% |
| 2026-09-22 | 53.3764 | -0.05% |
| 2026-09-21 | 53.4027 | -0.48% |
| 2026-09-20 | 53.6581 | -0.08% |
| 2026-09-19 | 53.6997 | -0.94% |
| 2026-09-18 | 54.2111 | +2.07% |
| 2026-09-17 | 53.1113 | -0.12% |
| 2026-09-16 | 53.1774 | +0.57% |
| 2026-09-15 | 52.8738 | -0.89% |
| 2026-09-14 | 53.3464 | +0.26% |
| 2026-09-13 | 53.2066 | +0.07% |
| 2026-09-12 | 53.1672 | +0.34% |
| Date | 1 TND in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 52.9847 | -0.31% |
| 2026-09-10 | 53.1504 | +0.53% |
| 2026-09-09 | 52.8715 | -0.59% |
| 2026-09-08 | 53.1861 | +0.25% |
| 2026-09-07 | 53.0522 | -1.09% |
| 2026-09-06 | 53.6396 | -0.20% |
| 2026-09-05 | 53.7482 | -0.03% |
| 2026-09-04 | 53.7661 | +0.36% |
| 2026-09-03 | 53.5746 | -2.01% |
| 2026-09-02 | 54.6729 | -0.61% |
| 2026-09-01 | 55.0087 | -0.75% |
| 2026-08-31 | 55.4247 | +1.22% |
| 2026-08-30 | 54.7567 | +0.17% |
| 2026-08-29 | 54.6646 | -0.59% |
| 2026-08-28 | 54.9895 | — |
TND to JPY conversion table
1 TND53.2817 JPY
5 TND266.4086 JPY
10 TND532.8172 JPY
25 TND1,332.0429 JPY
50 TND2,664.0858 JPY
100 TND5,328.1716 JPY
500 TND26,640.858 JPY
1,000 TND53,281.716 JPY
5,000 TND266,408.58 JPY
10,000 TND532,817.16 JPY
Get the TND/JPY rate in your app
One GET request returns the latest TND → JPY 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/TND/JPY"fetch('https://rate-api.com/api/v1/pair/TND/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TND = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TND/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TND = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TND/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TND = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "TND",
"to": "JPY"
},
"rate": 53.2817,
"timestamp": 1790432096,
"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
JPY to TNDJapanese Yen → Tunisian Dinar0.018768Convert TND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.