Skip to content

RUB to SLL exchange rate API

Russian Ruble to Leone · quoted 2026-09-26

271.7369

▲ +0.13% over 1Y

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 year, RUB/SLL traded between 257.5490 and 322.8012, averaged 288.8063 and rose 0.13%. 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 1Y

RUB/SLL over 1Y: show the values
PointRUB/SLL
2025-09-26271.3728
2025-10-03277.8108
2025-10-10280.2972
2025-10-17282.5131
2025-10-24279.0733
2025-10-31284.0379
2025-11-07279.1515
2025-11-14281.0533
2025-11-21285.1742
2025-11-28293.9099
2025-12-05298.1134
2025-12-13288.0483
2025-12-20284.1344
2025-12-27291.2292
2026-01-03283.8236
2026-01-10287.7532
2026-01-17293.4998
2026-01-24301.5694
2026-01-31318.7590
2026-02-07297.8713
2026-02-14299.5717
2026-02-21299.0522
2026-02-28297.4041
2026-03-07301.2244
2026-03-14286.1915
2026-03-21275.5360
2026-03-28257.5490
2026-04-04285.2164
2026-04-15278.1999
2026-04-22279.1268
2026-04-29278.3951
2026-05-06277.7475
2026-05-14310.4382
2026-05-21320.3532
2026-05-29322.8012
2026-06-05311.2820
2026-06-14314.9117
2026-06-21312.6951
2026-06-28289.0777
2026-07-05296.6346
2026-07-12298.5842
2026-07-19292.2133
2026-07-26309.7862
2026-08-02288.8306
2026-08-09280.1432
2026-08-16272.7874
2026-08-24276.4328
2026-08-31266.3112
2026-09-07264.6283
2026-09-14271.3695
2026-09-21272.5020

High

322.8012

Low

257.5490

Average

288.8063

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.