Skip to content

RUB to SLL exchange rate API

Russian Ruble to Leone · quoted 2026-09-26

271.7369

▲ +1.26% over 30D

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 30 days, RUB/SLL traded between 248.1608 and 294.1393, averaged 270.6643 and rose 1.26%. 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 30D

RUB/SLL over 30D: show the values
PointRUB/SLL
2026-08-27268.3478
2026-08-28268.0447
2026-08-29272.1956
2026-08-30266.6100
2026-08-31266.3112
2026-09-01265.5254
2026-09-02263.9490
2026-09-03262.6064
2026-09-04283.5950
2026-09-05271.9221
2026-09-06264.8140
2026-09-07264.6283
2026-09-08265.7787
2026-09-09267.1001
2026-09-10269.6614
2026-09-11273.2418
2026-09-12272.4756
2026-09-13272.1734
2026-09-14271.3695
2026-09-15271.3324
2026-09-16292.5971
2026-09-17272.3537
2026-09-18248.1608
2026-09-19271.7537
2026-09-20272.7613
2026-09-21272.5020
2026-09-22294.1393
2026-09-23272.0735
2026-09-24270.0370
2026-09-25269.7232
2026-09-26271.7369

High

294.1393

Low

248.1608

Average

270.6643

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.