Skip to content

RUB to SLL exchange rate API

Russian Ruble to Leone · quoted 2026-09-26

271.7369

▼ +3.19% over 6M

1 RUB = 271.7369 SLL · 1 SLL = 0.003680 RUB · Get this rate via the API

1 RUB buys 271.7369 SLL as of 2026-09-26, so 1 SLL buys 0.003680 RUB. Over the last 6 months, RUB/SLL traded between 263.9490 and 341.6167, averaged 291.4420 and fell 3.19%. The API holds daily RUB/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/SLL over 6M

RUB/SLL over 6M: show the values
PointRUB/SLL
2026-03-30280.6932
2026-04-06285.7064
2026-04-17274.5619
2026-04-24276.3572
2026-05-01279.8577
2026-05-08280.9041
2026-05-16329.4038
2026-05-24319.7825
2026-05-31321.3973
2026-06-09312.5240
2026-06-16341.6167
2026-06-23307.5198
2026-06-30296.2935
2026-07-07297.8038
2026-07-14298.3810
2026-07-21291.4916
2026-07-28310.8138
2026-08-04284.8192
2026-08-11277.1876
2026-08-18269.6419
2026-08-26273.2788
2026-09-02263.9490
2026-09-09267.1001
2026-09-16292.5971
2026-09-23272.0735

High

341.6167

Low

263.9490

Average

291.4420

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/SLL API questions

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

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

How far back does RUB/SLL historical data go?

Daily RUB/SLL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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