Skip to content

SEK to INR exchange rate API

Swedish Krona to Indian Rupee · quoted 2026-09-26

9.6941

▲ +3.33% over 1Y

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 year, SEK/INR traded between 9.2810 and 10.4161, averaged 9.8609 and rose 3.33%. 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 1Y

SEK/INR over 1Y: show the values
PointSEK/INR
2025-09-269.3820
2025-10-039.4686
2025-10-109.3223
2025-10-179.3189
2025-10-249.3505
2025-10-319.3828
2025-11-079.2810
2025-11-149.4038
2025-11-219.3654
2025-11-289.4344
2025-12-059.5568
2025-12-129.7548
2025-12-199.6344
2025-12-269.8328
2026-01-029.7811
2026-01-099.7724
2026-01-169.8327
2026-01-2310.2042
2026-01-3010.4161
2026-02-0610.0179
2026-02-1310.1155
2026-02-2010.0253
2026-02-2710.0823
2026-03-069.9293
2026-03-139.8582
2026-03-2010.0325
2026-03-2710.0381
2026-04-039.7871
2026-04-1010.0387
2026-04-1710.1363
2026-04-2410.2023
2026-05-0110.3143
2026-05-0810.2498
2026-05-1510.1615
2026-05-2210.2082
2026-05-2910.2692
2026-06-0510.1699
2026-06-1210.0677
2026-06-199.8567
2026-06-269.7161
2026-07-039.8810
2026-07-109.8930
2026-07-179.9726
2026-07-249.9380
2026-07-319.9722
2026-08-0710.0340
2026-08-1410.0356
2026-08-2110.1206
2026-08-2810.0156
2026-09-049.8929
2026-09-119.8571
2026-09-189.7308
2026-09-259.6776

High

10.4161

Low

9.2810

Average

9.8609

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.