Convert SZL to JPY
Swazi Lilangeni → Japanese Yen
1 SZL = 9.671794 JPY(1 JPY = 0.103393 SZL)
Currency converter
1 SZL =
9.6718 JPY
SZL to JPY: last 30 days
Over the last 30 days, 1 SZL traded between 9.4976 and 9.9842 JPY, averaging 9.6964 JPY. The SZL/JPY rate is down 3.13% since 2026-08-28.
- 30-day high
- 9.9842
- 2026-08-28
- 30-day low
- 9.4976
- 2026-09-11
- 30-day average
- 9.6964
- Days with data: 30
- 30-day change
- -3.13%
- since 2026-08-28
9.9842
9.49762026-08-28 → 2026-09-26
| Date | 1 SZL in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 9.6718 | 0.00% |
| 2026-09-25 | 9.6718 | +0.07% |
| 2026-09-24 | 9.6646 | +0.04% |
| 2026-09-23 | 9.6603 | -0.12% |
| 2026-09-22 | 9.6723 | -0.21% |
| 2026-09-21 | 9.6928 | -0.08% |
| 2026-09-20 | 9.701 | -0.14% |
| 2026-09-19 | 9.7142 | +0.38% |
| 2026-09-18 | 9.6776 | +1.59% |
| 2026-09-17 | 9.5264 | -0.30% |
| 2026-09-16 | 9.5549 | +0.33% |
| 2026-09-15 | 9.5234 | -0.21% |
| 2026-09-14 | 9.5437 | -0.11% |
| 2026-09-13 | 9.5544 | +0.09% |
| 2026-09-12 | 9.5458 | +0.51% |
| Date | 1 SZL in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 9.4976 | -1.19% |
| 2026-09-10 | 9.6119 | +0.34% |
| 2026-09-09 | 9.5791 | -0.71% |
| 2026-09-08 | 9.6481 | -0.34% |
| 2026-09-07 | 9.6811 | -1.07% |
| 2026-09-06 | 9.7863 | -0.04% |
| 2026-09-05 | 9.7903 | +0.17% |
| 2026-09-04 | 9.7741 | +0.52% |
| 2026-09-03 | 9.7237 | -1.45% |
| 2026-09-02 | 9.8669 | -0.73% |
| 2026-09-01 | 9.939 | +0.63% |
| 2026-08-31 | 9.8765 | -0.01% |
| 2026-08-30 | 9.8778 | -0.03% |
| 2026-08-29 | 9.8808 | -1.04% |
| 2026-08-28 | 9.9842 | — |
SZL to JPY conversion table
1 SZL9.6718 JPY
5 SZL48.359 JPY
10 SZL96.7179 JPY
25 SZL241.7949 JPY
50 SZL483.5897 JPY
100 SZL967.1794 JPY
500 SZL4,835.897 JPY
1,000 SZL9,671.7941 JPY
5,000 SZL48,358.97 JPY
10,000 SZL96,717.941 JPY
Get the SZL/JPY rate in your app
One GET request returns the latest SZL → 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/SZL/JPY"fetch('https://rate-api.com/api/v1/pair/SZL/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SZL = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SZL/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SZL = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SZL/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SZL = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SZL",
"to": "JPY"
},
"rate": 9.6718,
"timestamp": 1790435215,
"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 SZLJapanese Yen → Swazi Lilangeni0.10339Convert SZL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.