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: show the values
| Point | RUB/SLL |
|---|---|
| 2025-09-26 | 271.3728 |
| 2025-10-03 | 277.8108 |
| 2025-10-10 | 280.2972 |
| 2025-10-17 | 282.5131 |
| 2025-10-24 | 279.0733 |
| 2025-10-31 | 284.0379 |
| 2025-11-07 | 279.1515 |
| 2025-11-14 | 281.0533 |
| 2025-11-21 | 285.1742 |
| 2025-11-28 | 293.9099 |
| 2025-12-05 | 298.1134 |
| 2025-12-13 | 288.0483 |
| 2025-12-20 | 284.1344 |
| 2025-12-27 | 291.2292 |
| 2026-01-03 | 283.8236 |
| 2026-01-10 | 287.7532 |
| 2026-01-17 | 293.4998 |
| 2026-01-24 | 301.5694 |
| 2026-01-31 | 318.7590 |
| 2026-02-07 | 297.8713 |
| 2026-02-14 | 299.5717 |
| 2026-02-21 | 299.0522 |
| 2026-02-28 | 297.4041 |
| 2026-03-07 | 301.2244 |
| 2026-03-14 | 286.1915 |
| 2026-03-21 | 275.5360 |
| 2026-03-28 | 257.5490 |
| 2026-04-04 | 285.2164 |
| 2026-04-15 | 278.1999 |
| 2026-04-22 | 279.1268 |
| 2026-04-29 | 278.3951 |
| 2026-05-06 | 277.7475 |
| 2026-05-14 | 310.4382 |
| 2026-05-21 | 320.3532 |
| 2026-05-29 | 322.8012 |
| 2026-06-05 | 311.2820 |
| 2026-06-14 | 314.9117 |
| 2026-06-21 | 312.6951 |
| 2026-06-28 | 289.0777 |
| 2026-07-05 | 296.6346 |
| 2026-07-12 | 298.5842 |
| 2026-07-19 | 292.2133 |
| 2026-07-26 | 309.7862 |
| 2026-08-02 | 288.8306 |
| 2026-08-09 | 280.1432 |
| 2026-08-16 | 272.7874 |
| 2026-08-24 | 276.4328 |
| 2026-08-31 | 266.3112 |
| 2026-09-07 | 264.6283 |
| 2026-09-14 | 271.3695 |
| 2026-09-21 | 272.5020 |
High
322.8012
Low
257.5490
Average
288.8063
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.