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: show the values
| Point | SEK/INR |
|---|---|
| 2025-09-26 | 9.3820 |
| 2025-10-03 | 9.4686 |
| 2025-10-10 | 9.3223 |
| 2025-10-17 | 9.3189 |
| 2025-10-24 | 9.3505 |
| 2025-10-31 | 9.3828 |
| 2025-11-07 | 9.2810 |
| 2025-11-14 | 9.4038 |
| 2025-11-21 | 9.3654 |
| 2025-11-28 | 9.4344 |
| 2025-12-05 | 9.5568 |
| 2025-12-12 | 9.7548 |
| 2025-12-19 | 9.6344 |
| 2025-12-26 | 9.8328 |
| 2026-01-02 | 9.7811 |
| 2026-01-09 | 9.7724 |
| 2026-01-16 | 9.8327 |
| 2026-01-23 | 10.2042 |
| 2026-01-30 | 10.4161 |
| 2026-02-06 | 10.0179 |
| 2026-02-13 | 10.1155 |
| 2026-02-20 | 10.0253 |
| 2026-02-27 | 10.0823 |
| 2026-03-06 | 9.9293 |
| 2026-03-13 | 9.8582 |
| 2026-03-20 | 10.0325 |
| 2026-03-27 | 10.0381 |
| 2026-04-03 | 9.7871 |
| 2026-04-10 | 10.0387 |
| 2026-04-17 | 10.1363 |
| 2026-04-24 | 10.2023 |
| 2026-05-01 | 10.3143 |
| 2026-05-08 | 10.2498 |
| 2026-05-15 | 10.1615 |
| 2026-05-22 | 10.2082 |
| 2026-05-29 | 10.2692 |
| 2026-06-05 | 10.1699 |
| 2026-06-12 | 10.0677 |
| 2026-06-19 | 9.8567 |
| 2026-06-26 | 9.7161 |
| 2026-07-03 | 9.8810 |
| 2026-07-10 | 9.8930 |
| 2026-07-17 | 9.9726 |
| 2026-07-24 | 9.9380 |
| 2026-07-31 | 9.9722 |
| 2026-08-07 | 10.0340 |
| 2026-08-14 | 10.0356 |
| 2026-08-21 | 10.1206 |
| 2026-08-28 | 10.0156 |
| 2026-09-04 | 9.8929 |
| 2026-09-11 | 9.8571 |
| 2026-09-18 | 9.7308 |
| 2026-09-25 | 9.6776 |
High
10.4161
Low
9.2810
Average
9.8609
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.