SEK to INR exchange rate API
Swedish Krona to Indian Rupee · quoted 2026-09-26
9.6941
▲ +14.15% over 5Y
1 SEK = 9.6941 INR · 1 INR = 0.10316 SEK · Get this rate via the API
1 SEK buys 9.6941 INR as of 2026-09-26, so 1 INR buys 0.10316 SEK. Over the last 5 years, SEK/INR traded between 7.2500 and 10.2696, averaged 8.5436 and rose 14.15%. The API holds daily SEK/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
SEK/INR over 5Y: show the values
| Point | SEK/INR |
|---|---|
| 2021-09-27 | 8.4926 |
| 2021-11-08 | 8.6169 |
| 2021-12-20 | 8.3004 |
| 2022-01-31 | 7.9479 |
| 2022-03-14 | 7.9655 |
| 2022-04-27 | 7.7926 |
| 2022-06-08 | 7.9489 |
| 2022-07-20 | 7.8006 |
| 2022-08-31 | 7.4490 |
| 2022-10-12 | 7.2500 |
| 2022-11-23 | 7.7539 |
| 2023-01-05 | 7.8209 |
| 2023-02-16 | 7.9391 |
| 2023-03-30 | 7.9052 |
| 2023-05-16 | 7.9338 |
| 2023-06-27 | 7.6483 |
| 2023-08-08 | 7.7198 |
| 2023-09-19 | 7.5008 |
| 2023-10-31 | 7.4758 |
| 2023-12-12 | 7.9844 |
| 2024-01-26 | 7.9829 |
| 2024-03-08 | 8.1007 |
| 2024-04-23 | 7.6659 |
| 2024-06-05 | 8.0078 |
| 2024-07-17 | 7.9388 |
| 2024-08-27 | 8.2345 |
| 2024-10-01 | 8.2771 |
| 2024-10-31 | 7.8664 |
| 2024-11-30 | 7.7721 |
| 2024-12-30 | 7.7716 |
| 2025-01-29 | 7.8560 |
| 2025-02-28 | 8.1311 |
| 2025-03-30 | 8.5438 |
| 2025-04-29 | 8.8326 |
| 2025-05-29 | 8.8704 |
| 2025-06-28 | 9.0164 |
| 2025-07-28 | 9.0578 |
| 2025-08-27 | 9.1525 |
| 2025-09-26 | 9.3820 |
| 2025-10-26 | 9.3779 |
| 2025-11-25 | 9.3261 |
| 2025-12-25 | 9.7900 |
| 2026-01-24 | 10.2339 |
| 2026-02-23 | 10.0150 |
| 2026-03-25 | 10.1101 |
| 2026-04-24 | 10.2023 |
| 2026-05-24 | 10.2696 |
| 2026-06-23 | 9.7597 |
| 2026-07-23 | 9.9162 |
| 2026-08-22 | 10.1002 |
| 2026-09-21 | 9.7647 |
High
10.2696
Low
7.2500
Average
8.5436
Get this rate via the API
One GET request returns the SEK/INR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/INR API questions
How do I get the SEK/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/INR rate in rates.INR.
How far back does SEK/INR historical data go?
Daily SEK/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SEK/INR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.