Convert JPY to TZS
Japanese Yen → Tanzanian Shilling
1 JPY = 16.793244 TZS(1 TZS = 0.0595478 JPY)
Currency converter
1 JPY =
16.7932 TZS
JPY to TZS: last 30 days
Over the last 30 days, 1 JPY traded between 16.518 and 17.253 TZS, averaging 16.8812 TZS. The JPY/TZS rate is up 1.31% since 2026-08-28.
- 30-day high
- 17.253
- 2026-09-09
- 30-day low
- 16.518
- 2026-09-01
- 30-day average
- 16.8812
- Days with data: 30
- 30-day change
- +1.31%
- since 2026-08-28
17.253
16.5182026-08-28 → 2026-09-26
| Date | 1 JPY in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 16.7932 | 0.00% |
| 2026-09-25 | 16.7932 | +0.73% |
| 2026-09-24 | 16.6721 | -0.47% |
| 2026-09-23 | 16.7505 | -0.32% |
| 2026-09-22 | 16.8046 | -0.20% |
| 2026-09-21 | 16.8379 | +0.57% |
| 2026-09-20 | 16.7424 | -0.18% |
| 2026-09-19 | 16.7721 | -0.04% |
| 2026-09-18 | 16.7782 | -1.14% |
| 2026-09-17 | 16.9716 | -0.56% |
| 2026-09-16 | 17.0672 | +0.05% |
| 2026-09-15 | 17.0583 | -0.40% |
| 2026-09-14 | 17.1263 | +0.03% |
| 2026-09-13 | 17.1208 | -0.29% |
| 2026-09-12 | 17.1698 | -0.01% |
| Date | 1 JPY in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 17.1708 | +0.24% |
| 2026-09-10 | 17.1292 | -0.72% |
| 2026-09-09 | 17.253 | +0.58% |
| 2026-09-08 | 17.1532 | +0.18% |
| 2026-09-07 | 17.1218 | +1.23% |
| 2026-09-06 | 16.9145 | -0.29% |
| 2026-09-05 | 16.964 | +0.19% |
| 2026-09-04 | 16.9311 | -0.23% |
| 2026-09-03 | 16.9694 | +2.55% |
| 2026-09-02 | 16.5476 | +0.18% |
| 2026-09-01 | 16.518 | -0.52% |
| 2026-08-31 | 16.6042 | +0.32% |
| 2026-08-30 | 16.5517 | -0.12% |
| 2026-08-29 | 16.5713 | -0.03% |
| 2026-08-28 | 16.5763 | — |
JPY to TZS conversion table
1 JPY16.7932 TZS
5 JPY83.9662 TZS
10 JPY167.9324 TZS
25 JPY419.8311 TZS
50 JPY839.6622 TZS
100 JPY1,679.3244 TZS
500 JPY8,396.6221 TZS
1,000 JPY16,793.244 TZS
5,000 JPY83,966.221 TZS
10,000 JPY167,932.44 TZS
Get the JPY/TZS rate in your app
One GET request returns the latest JPY → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/JPY/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TZS"
},
"rate": 16.7932,
"timestamp": 1790447439,
"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
TZS to JPYTanzanian Shilling → Japanese Yen0.059548Convert JPY to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.