SCR to RUB exchange rate API
Seychelles Rupee to Russian Ruble · quoted 2026-09-24
5.9755
▲ +5.30% over 1Y
1 SCR = 5.9755 RUB · 1 RUB = 0.16735 SCR · Get this rate via the API
1 SCR buys 5.9755 RUB as of 2026-09-24, so 1 RUB buys 0.16735 SCR. Over the last year, SCR/RUB traded between 4.8984 and 6.0861, averaged 5.5283 and rose 5.30%. The API holds daily SCR/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/RUB over 1Y: show the values
| Point | SCR/RUB |
|---|---|
| 2025-09-24 | 5.6746 |
| 2025-10-01 | 5.6435 |
| 2025-10-08 | 5.6713 |
| 2025-10-15 | 5.8383 |
| 2025-10-22 | 5.6352 |
| 2025-10-29 | 5.5016 |
| 2025-11-05 | 5.4107 |
| 2025-11-12 | 5.7117 |
| 2025-11-19 | 5.7350 |
| 2025-11-26 | 5.5479 |
| 2025-12-03 | 5.3865 |
| 2025-12-11 | 5.5357 |
| 2025-12-18 | 5.4990 |
| 2025-12-25 | 5.4461 |
| 2026-01-01 | 5.2211 |
| 2026-01-08 | 5.7851 |
| 2026-01-15 | 5.4859 |
| 2026-01-22 | 5.3692 |
| 2026-01-29 | 5.3724 |
| 2026-02-05 | 5.2341 |
| 2026-02-12 | 5.6151 |
| 2026-02-19 | 5.6172 |
| 2026-02-26 | 5.5581 |
| 2026-03-05 | 5.2985 |
| 2026-03-12 | 5.3471 |
| 2026-03-19 | 5.5224 |
| 2026-03-26 | 5.8221 |
| 2026-04-02 | 5.5220 |
| 2026-04-09 | 5.5288 |
| 2026-04-16 | 5.2502 |
| 2026-04-23 | 5.4837 |
| 2026-04-30 | 5.4271 |
| 2026-05-07 | 5.3612 |
| 2026-05-15 | 5.3558 |
| 2026-05-23 | 5.1981 |
| 2026-05-30 | 4.8984 |
| 2026-06-06 | 5.4461 |
| 2026-06-15 | 5.0331 |
| 2026-06-22 | 5.0883 |
| 2026-06-29 | 5.3596 |
| 2026-07-06 | 5.3925 |
| 2026-07-13 | 5.2476 |
| 2026-07-20 | 5.5876 |
| 2026-07-27 | 5.5318 |
| 2026-08-03 | 5.5117 |
| 2026-08-10 | 5.6220 |
| 2026-08-17 | 5.9020 |
| 2026-08-25 | 5.8592 |
| 2026-09-01 | 6.0861 |
| 2026-09-08 | 6.0563 |
| 2026-09-15 | 5.9747 |
| 2026-09-22 | 5.8142 |
High
6.0861
Low
4.8984
Average
5.5283
Get this rate via the API
One GET request returns the SCR/RUB 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=SCR¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/RUB API questions
How do I get the SCR/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/RUB rate in rates.RUB.
How far back does SCR/RUB historical data go?
Daily SCR/RUB 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 SCR/RUB 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.