Skip to content

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

SEK/INR over 5Y: show the values
PointSEK/INR
2021-09-278.4926
2021-11-088.6169
2021-12-208.3004
2022-01-317.9479
2022-03-147.9655
2022-04-277.7926
2022-06-087.9489
2022-07-207.8006
2022-08-317.4490
2022-10-127.2500
2022-11-237.7539
2023-01-057.8209
2023-02-167.9391
2023-03-307.9052
2023-05-167.9338
2023-06-277.6483
2023-08-087.7198
2023-09-197.5008
2023-10-317.4758
2023-12-127.9844
2024-01-267.9829
2024-03-088.1007
2024-04-237.6659
2024-06-058.0078
2024-07-177.9388
2024-08-278.2345
2024-10-018.2771
2024-10-317.8664
2024-11-307.7721
2024-12-307.7716
2025-01-297.8560
2025-02-288.1311
2025-03-308.5438
2025-04-298.8326
2025-05-298.8704
2025-06-289.0164
2025-07-289.0578
2025-08-279.1525
2025-09-269.3820
2025-10-269.3779
2025-11-259.3261
2025-12-259.7900
2026-01-2410.2339
2026-02-2310.0150
2026-03-2510.1101
2026-04-2410.2023
2026-05-2410.2696
2026-06-239.7597
2026-07-239.9162
2026-08-2210.1002
2026-09-219.7647

High

10.2696

Low

7.2500

Average

8.5436

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=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&currencies=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.