Skip to content

SEK to RUB exchange rate API

Swedish Krona to Russian Ruble · quoted 2026-09-25

8.5741

▼ +3.70% over 1Y

1 SEK = 8.5741 RUB · 1 RUB = 0.11663 SEK · Get this rate via the API

1 SEK buys 8.5741 RUB as of 2026-09-25, so 1 RUB buys 0.11663 SEK. Over the last year, SEK/RUB traded between 7.6466 and 9.2322, averaged 8.4084 and fell 3.70%. The API holds daily SEK/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

SEK/RUB over 1Y

SEK/RUB over 1Y: show the values
PointSEK/RUB
2025-09-258.9034
2025-10-028.8018
2025-10-098.6133
2025-10-168.3186
2025-10-238.6527
2025-10-308.4394
2025-11-068.5363
2025-11-138.6310
2025-11-208.4313
2025-11-278.2718
2025-12-048.2506
2025-12-128.6479
2025-12-198.5733
2025-12-268.5862
2026-01-028.5505
2026-01-098.7053
2026-01-168.4912
2026-01-238.4400
2026-01-308.6058
2026-02-068.4804
2026-02-138.6213
2026-02-208.4636
2026-02-278.5117
2026-03-068.5060
2026-03-138.4816
2026-03-209.2322
2026-03-278.6157
2026-04-038.4700
2026-04-108.3891
2026-04-178.3402
2026-04-248.2134
2026-05-018.1181
2026-05-088.0978
2026-05-167.7085
2026-05-247.6601
2026-05-317.6875
2026-06-097.7600
2026-06-167.7060
2026-06-237.6466
2026-06-307.9105
2026-07-077.9834
2026-07-147.9217
2026-07-218.1152
2026-07-288.0103
2026-08-048.4224
2026-08-118.6846
2026-08-188.9270
2026-08-268.8130
2026-09-029.0097
2026-09-098.9717
2026-09-168.6059
2026-09-238.5337

High

9.2322

Low

7.6466

Average

8.4084

For developers

Get this rate via the API

One GET request returns the SEK/RUB 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=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=RUB");
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=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/RUB API questions

How do I get the SEK/RUB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/RUB rate in rates.RUB.

How far back does SEK/RUB historical data go?

Daily SEK/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SEK/RUB 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.