Convert JPY to SEK
Japanese Yen → Swedish Krona
1 JPY = 0.0628269 SEK(1 SEK = 15.91674 JPY)
Currency converter
1 JPY =
0.062827 SEK
JPY to SEK: last 30 days
Over the last 30 days, 1 JPY traded between 0.059642 and 0.063192 SEK, averaging 0.0619 SEK. The JPY/SEK rate is up 5.34% since 2026-08-28.
- 30-day high
- 0.063192
- 2026-09-14
- 30-day low
- 0.059642
- 2026-08-28
- 30-day average
- 0.0619
- Days with data: 30
- 30-day change
- +5.34%
- since 2026-08-28
0.063192
0.0596422026-08-28 → 2026-09-26
| Date | 1 JPY in SEK | Daily change |
|---|---|---|
| 2026-09-26 | 0.062827 | 0.00% |
| 2026-09-25 | 0.062827 | +0.71% |
| 2026-09-24 | 0.062383 | -0.27% |
| 2026-09-23 | 0.062553 | +0.21% |
| 2026-09-22 | 0.062419 | +0.04% |
| 2026-09-21 | 0.062395 | -0.01% |
| 2026-09-20 | 0.062404 | 0.00% |
| 2026-09-19 | 0.062404 | 0.00% |
| 2026-09-18 | 0.062404 | -1.04% |
| 2026-09-17 | 0.063058 | -0.07% |
| 2026-09-16 | 0.0631 | +0.10% |
| 2026-09-15 | 0.063034 | -0.25% |
| 2026-09-14 | 0.063192 | +0.41% |
| 2026-09-13 | 0.062932 | 0.00% |
| 2026-09-12 | 0.062932 | 0.00% |
| Date | 1 JPY in SEK | Daily change |
|---|---|---|
| 2026-09-11 | 0.062932 | +0.64% |
| 2026-09-10 | 0.062533 | +0.17% |
| 2026-09-09 | 0.06243 | +0.32% |
| 2026-09-08 | 0.062231 | +0.27% |
| 2026-09-07 | 0.062063 | +1.53% |
| 2026-09-06 | 0.061128 | 0.00% |
| 2026-09-05 | 0.061128 | 0.00% |
| 2026-09-04 | 0.061128 | -0.43% |
| 2026-09-03 | 0.061392 | +1.67% |
| 2026-09-02 | 0.060381 | +0.84% |
| 2026-09-01 | 0.059876 | -0.18% |
| 2026-08-31 | 0.059982 | +0.57% |
| 2026-08-30 | 0.059642 | 0.00% |
| 2026-08-29 | 0.059642 | 0.00% |
| 2026-08-28 | 0.059642 | — |
JPY to SEK conversion table
1 JPY0.062827 SEK
5 JPY0.31413 SEK
10 JPY0.62827 SEK
25 JPY1.5707 SEK
50 JPY3.1413 SEK
100 JPY6.2827 SEK
500 JPY31.4135 SEK
1,000 JPY62.8269 SEK
5,000 JPY314.1347 SEK
10,000 JPY628.2693 SEK
Get the JPY/SEK rate in your app
One GET request returns the latest JPY → SEK 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/SEK"fetch('https://rate-api.com/api/v1/pair/JPY/SEK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SEK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SEK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SEK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SEK');
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']} SEK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SEK"
},
"rate": 0.0628,
"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
SEK to JPYSwedish Krona → Japanese Yen15.9167Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.