Convert SEK to JPY
Swedish Krona → Japanese Yen
1 SEK = 15.91674 JPY(1 JPY = 0.0628269 SEK)
Currency converter
1 SEK =
15.9167 JPY
SEK to JPY: last 30 days
Over the last 30 days, 1 SEK traded between 15.8248 and 16.7666 JPY, averaging 16.161 JPY. The SEK/JPY rate is down 5.07% since 2026-08-28.
- 30-day high
- 16.7666
- 2026-08-28
- 30-day low
- 15.8248
- 2026-09-14
- 30-day average
- 16.161
- Days with data: 30
- 30-day change
- -5.07%
- since 2026-08-28
16.7666
15.82482026-08-28 → 2026-09-26
| Date | 1 SEK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 15.9167 | 0.00% |
| 2026-09-25 | 15.9167 | -0.71% |
| 2026-09-24 | 16.03 | +0.27% |
| 2026-09-23 | 15.9865 | -0.21% |
| 2026-09-22 | 16.0208 | -0.04% |
| 2026-09-21 | 16.0269 | +0.01% |
| 2026-09-20 | 16.0246 | 0.00% |
| 2026-09-19 | 16.0246 | 0.00% |
| 2026-09-18 | 16.0246 | +1.05% |
| 2026-09-17 | 15.8584 | +0.07% |
| 2026-09-16 | 15.8478 | -0.10% |
| 2026-09-15 | 15.8644 | +0.25% |
| 2026-09-14 | 15.8248 | -0.41% |
| 2026-09-13 | 15.8902 | 0.00% |
| 2026-09-12 | 15.8902 | 0.00% |
| Date | 1 SEK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 15.8902 | -0.63% |
| 2026-09-10 | 15.9915 | -0.16% |
| 2026-09-09 | 16.0179 | -0.32% |
| 2026-09-08 | 16.0692 | -0.27% |
| 2026-09-07 | 16.1127 | -1.51% |
| 2026-09-06 | 16.359 | 0.00% |
| 2026-09-05 | 16.359 | 0.00% |
| 2026-09-04 | 16.359 | +0.43% |
| 2026-09-03 | 16.2889 | -1.65% |
| 2026-09-02 | 16.5615 | -0.84% |
| 2026-09-01 | 16.7013 | +0.18% |
| 2026-08-31 | 16.6717 | -0.57% |
| 2026-08-30 | 16.7666 | 0.00% |
| 2026-08-29 | 16.7666 | 0.00% |
| 2026-08-28 | 16.7666 | — |
SEK to JPY conversion table
1 SEK15.9167 JPY
5 SEK79.5837 JPY
10 SEK159.1674 JPY
25 SEK397.9185 JPY
50 SEK795.837 JPY
100 SEK1,591.674 JPY
500 SEK7,958.3702 JPY
1,000 SEK15,916.74 JPY
5,000 SEK79,583.702 JPY
10,000 SEK159,167.4 JPY
Get the SEK/JPY rate in your app
One GET request returns the latest SEK → 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/SEK/JPY"fetch('https://rate-api.com/api/v1/pair/SEK/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SEK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SEK/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SEK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SEK/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SEK = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SEK",
"to": "JPY"
},
"rate": 15.9167,
"timestamp": 1790435069,
"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 SEKJapanese Yen → Swedish Krona0.062827Convert SEK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.