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: show the values
| Point | SEK/RUB |
|---|---|
| 2025-09-25 | 8.9034 |
| 2025-10-02 | 8.8018 |
| 2025-10-09 | 8.6133 |
| 2025-10-16 | 8.3186 |
| 2025-10-23 | 8.6527 |
| 2025-10-30 | 8.4394 |
| 2025-11-06 | 8.5363 |
| 2025-11-13 | 8.6310 |
| 2025-11-20 | 8.4313 |
| 2025-11-27 | 8.2718 |
| 2025-12-04 | 8.2506 |
| 2025-12-12 | 8.6479 |
| 2025-12-19 | 8.5733 |
| 2025-12-26 | 8.5862 |
| 2026-01-02 | 8.5505 |
| 2026-01-09 | 8.7053 |
| 2026-01-16 | 8.4912 |
| 2026-01-23 | 8.4400 |
| 2026-01-30 | 8.6058 |
| 2026-02-06 | 8.4804 |
| 2026-02-13 | 8.6213 |
| 2026-02-20 | 8.4636 |
| 2026-02-27 | 8.5117 |
| 2026-03-06 | 8.5060 |
| 2026-03-13 | 8.4816 |
| 2026-03-20 | 9.2322 |
| 2026-03-27 | 8.6157 |
| 2026-04-03 | 8.4700 |
| 2026-04-10 | 8.3891 |
| 2026-04-17 | 8.3402 |
| 2026-04-24 | 8.2134 |
| 2026-05-01 | 8.1181 |
| 2026-05-08 | 8.0978 |
| 2026-05-16 | 7.7085 |
| 2026-05-24 | 7.6601 |
| 2026-05-31 | 7.6875 |
| 2026-06-09 | 7.7600 |
| 2026-06-16 | 7.7060 |
| 2026-06-23 | 7.6466 |
| 2026-06-30 | 7.9105 |
| 2026-07-07 | 7.9834 |
| 2026-07-14 | 7.9217 |
| 2026-07-21 | 8.1152 |
| 2026-07-28 | 8.0103 |
| 2026-08-04 | 8.4224 |
| 2026-08-11 | 8.6846 |
| 2026-08-18 | 8.9270 |
| 2026-08-26 | 8.8130 |
| 2026-09-02 | 9.0097 |
| 2026-09-09 | 8.9717 |
| 2026-09-16 | 8.6059 |
| 2026-09-23 | 8.5337 |
High
9.2322
Low
7.6466
Average
8.4084
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.