Convert SEK to INR
Swedish Krona → Indian Rupee
1 SEK = 9.677635 INR(1 INR = 0.103331 SEK)
Currency converter
1 SEK =
9.6776 INR
SEK to INR: last 30 days
Over the last 30 days, 1 SEK traded between 9.6776 and 10.0161 INR, averaging 9.8342 INR. The SEK/INR rate is down 3.38% since 2026-08-28.
- 30-day high
- 10.0161
- 2026-08-28
- 30-day low
- 9.6776
- 2026-09-25
- 30-day average
- 9.8342
- Days with data: 30
- 30-day change
- -3.38%
- since 2026-08-28
10.0161
9.67762026-08-28 → 2026-09-26
| Date | 1 SEK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 9.6776 | 0.00% |
| 2026-09-25 | 9.6776 | -0.06% |
| 2026-09-24 | 9.6833 | -0.09% |
| 2026-09-23 | 9.6922 | -0.52% |
| 2026-09-22 | 9.7431 | -0.22% |
| 2026-09-21 | 9.7647 | +0.35% |
| 2026-09-20 | 9.731 | 0.00% |
| 2026-09-19 | 9.731 | 0.00% |
| 2026-09-18 | 9.731 | -0.42% |
| 2026-09-17 | 9.7723 | -0.37% |
| 2026-09-16 | 9.8082 | -0.14% |
| 2026-09-15 | 9.8216 | +0.38% |
| 2026-09-14 | 9.7847 | -0.74% |
| 2026-09-13 | 9.8576 | 0.00% |
| 2026-09-12 | 9.8576 | 0.00% |
| Date | 1 SEK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 9.8576 | -0.42% |
| 2026-09-10 | 9.899 | -0.41% |
| 2026-09-09 | 9.9397 | +0.65% |
| 2026-09-08 | 9.8759 | +0.38% |
| 2026-09-07 | 9.8384 | -0.55% |
| 2026-09-06 | 9.8929 | 0.00% |
| 2026-09-05 | 9.8929 | 0.00% |
| 2026-09-04 | 9.8929 | +0.28% |
| 2026-09-03 | 9.8656 | +0.11% |
| 2026-09-02 | 9.8549 | -0.47% |
| 2026-09-01 | 9.9012 | -0.32% |
| 2026-08-31 | 9.9333 | -0.83% |
| 2026-08-30 | 10.0161 | 0.00% |
| 2026-08-29 | 10.0161 | 0.00% |
| 2026-08-28 | 10.0161 | — |
SEK to INR conversion table
1 SEK9.6776 INR
5 SEK48.3882 INR
10 SEK96.7764 INR
25 SEK241.9409 INR
50 SEK483.8818 INR
100 SEK967.7635 INR
500 SEK4,838.8175 INR
1,000 SEK9,677.6351 INR
5,000 SEK48,388.175 INR
10,000 SEK96,776.351 INR
Get the SEK/INR rate in your app
One GET request returns the latest SEK → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/SEK/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SEK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SEK/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SEK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SEK/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SEK",
"to": "INR"
},
"rate": 9.6776,
"timestamp": 1790435266,
"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
INR to SEKIndian Rupee → Swedish Krona0.10333Convert SEK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.