Skip to content

RUB to SEK exchange rate API

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

0.11665

▲ +3.86% over 1Y

1 RUB = 0.11665 SEK · 1 SEK = 8.5727 RUB · Get this rate via the API

1 RUB buys 0.11665 SEK as of 2026-09-25, so 1 SEK buys 8.5727 RUB. Over the last year, RUB/SEK traded between 0.10832 and 0.13078, averaged 0.11916 and rose 3.86%. The API holds daily RUB/SEK rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/SEK over 1Y

RUB/SEK over 1Y: show the values
PointRUB/SEK
2025-09-250.11232
2025-10-020.11361
2025-10-090.11610
2025-10-160.12021
2025-10-230.11557
2025-10-300.11849
2025-11-060.11715
2025-11-130.11586
2025-11-200.11861
2025-11-270.12089
2025-12-040.12120
2025-12-120.11563
2025-12-190.11664
2025-12-260.11646
2026-01-020.11695
2026-01-090.11487
2026-01-160.11777
2026-01-230.11848
2026-01-300.11620
2026-02-060.11792
2026-02-130.11599
2026-02-200.11815
2026-02-270.11749
2026-03-060.11756
2026-03-130.11790
2026-03-200.10832
2026-03-270.11607
2026-04-030.11806
2026-04-100.11920
2026-04-170.11990
2026-04-240.12175
2026-05-010.12318
2026-05-080.12349
2026-05-160.12973
2026-05-240.13055
2026-05-310.13008
2026-06-090.12887
2026-06-160.12977
2026-06-230.13078
2026-06-300.12641
2026-07-070.12526
2026-07-140.12624
2026-07-210.12322
2026-07-280.12484
2026-08-040.11873
2026-08-110.11515
2026-08-180.11202
2026-08-260.11347
2026-09-020.11099
2026-09-090.11146
2026-09-160.11620
2026-09-230.11718

High

0.13078

Low

0.10832

Average

0.11916

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/SEK API questions

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

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

How far back does RUB/SEK historical data go?

Daily RUB/SEK 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 RUB/SEK 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.