Convert SEK to RUB
Swedish Krona → Russian Ruble
1 SEK = 8.586395 RUB(1 RUB = 0.116463 SEK)
Currency converter
1 SEK =
8.5864 RUB
SEK to RUB: last 30 days
Over the last 30 days, 1 SEK traded between 8.5337 and 9.1146 RUB, averaging 8.7884 RUB. The SEK/RUB rate is down 4.33% since 2026-08-28.
- 30-day high
- 9.1146
- 2026-09-03
- 30-day low
- 8.5337
- 2026-09-23
- 30-day average
- 8.7884
- Days with data: 30
- 30-day change
- -4.33%
- since 2026-08-28
9.1146
8.53372026-08-28 → 2026-09-26
| Date | 1 SEK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 8.5864 | 0.00% |
| 2026-09-25 | 8.5864 | +0.29% |
| 2026-09-24 | 8.5612 | +0.32% |
| 2026-09-23 | 8.5337 | -0.04% |
| 2026-09-22 | 8.5372 | -0.46% |
| 2026-09-21 | 8.577 | +0.50% |
| 2026-09-20 | 8.5339 | -0.37% |
| 2026-09-19 | 8.5656 | -0.12% |
| 2026-09-18 | 8.576 | -0.04% |
| 2026-09-17 | 8.5795 | -0.31% |
| 2026-09-16 | 8.6059 | -0.51% |
| 2026-09-15 | 8.6498 | -0.07% |
| 2026-09-14 | 8.6557 | -0.45% |
| 2026-09-13 | 8.6945 | +0.11% |
| 2026-09-12 | 8.6849 | +0.27% |
| Date | 1 SEK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 8.6611 | -1.75% |
| 2026-09-10 | 8.8157 | -1.74% |
| 2026-09-09 | 8.9717 | -0.10% |
| 2026-09-08 | 8.981 | -0.41% |
| 2026-09-07 | 9.0181 | -0.49% |
| 2026-09-06 | 9.0625 | +0.86% |
| 2026-09-05 | 8.9855 | -0.96% |
| 2026-09-04 | 9.073 | -0.46% |
| 2026-09-03 | 9.1146 | +1.16% |
| 2026-09-02 | 9.0097 | +0.09% |
| 2026-09-01 | 9.0013 | +0.31% |
| 2026-08-31 | 8.9731 | -0.65% |
| 2026-08-30 | 9.0321 | -0.19% |
| 2026-08-29 | 9.049 | +0.83% |
| 2026-08-28 | 8.9745 | — |
SEK to RUB conversion table
1 SEK8.5864 RUB
5 SEK42.932 RUB
10 SEK85.8639 RUB
25 SEK214.6599 RUB
50 SEK429.3198 RUB
100 SEK858.6395 RUB
500 SEK4,293.1975 RUB
1,000 SEK8,586.3949 RUB
5,000 SEK42,931.975 RUB
10,000 SEK85,863.949 RUB
Get the SEK/RUB rate in your app
One GET request returns the latest SEK → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/SEK/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SEK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SEK/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SEK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SEK/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SEK",
"to": "RUB"
},
"rate": 8.5864,
"timestamp": 1790432085,
"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
RUB to SEKRussian Ruble → Swedish Krona0.11646Convert SEK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.