Convert RUB to SYP
Russian Ruble → Syrian Pound
1 RUB = 1.423716 SYP(1 SYP = 0.702387 RUB)
Currency converter
1 RUB =
1.4237 SYP
RUB to SYP: last 30 days
Over the last 30 days, 1 RUB traded between 1.4237 and 155.2477 SYP, averaging 132.337 SYP. The RUB/SYP rate is down 99.06% since 2026-08-28.
- 30-day high
- 155.2477
- 2026-09-22
- 30-day low
- 1.4237
- 2026-09-25
- 30-day average
- 132.337
- Days with data: 30
- 30-day change
- -99.06%
- since 2026-08-28
155.2477
1.42372026-08-28 → 2026-09-26
| Date | 1 RUB in SYP | Daily change |
|---|---|---|
| 2026-09-26 | 1.4237 | 0.00% |
| 2026-09-25 | 1.4237 | -0.20% |
| 2026-09-24 | 1.4266 | -0.64% |
| 2026-09-23 | 1.4358 | -99.08% |
| 2026-09-22 | 155.2477 | +0.50% |
| 2026-09-21 | 154.4708 | -0.10% |
| 2026-09-20 | 154.6309 | +0.37% |
| 2026-09-19 | 154.0662 | +0.13% |
| 2026-09-18 | 153.8705 | -0.29% |
| 2026-09-17 | 154.3224 | -0.06% |
| 2026-09-16 | 154.4187 | +0.36% |
| 2026-09-15 | 153.8677 | +0.02% |
| 2026-09-14 | 153.8371 | -0.32% |
| 2026-09-13 | 154.329 | -0.11% |
| 2026-09-12 | 154.5045 | -0.24% |
| Date | 1 RUB in SYP | Daily change |
|---|---|---|
| 2026-09-11 | 154.8771 | +1.25% |
| 2026-09-10 | 152.9641 | +1.00% |
| 2026-09-09 | 151.456 | +0.46% |
| 2026-09-08 | 150.7685 | +0.44% |
| 2026-09-07 | 150.1041 | -0.09% |
| 2026-09-06 | 150.2463 | -0.88% |
| 2026-09-05 | 151.5749 | +1.02% |
| 2026-09-04 | 150.0519 | +0.75% |
| 2026-09-03 | 148.9352 | -0.57% |
| 2026-09-02 | 149.7939 | -0.57% |
| 2026-09-01 | 150.6565 | -0.39% |
| 2026-08-31 | 151.2492 | +0.06% |
| 2026-08-30 | 151.1637 | +0.16% |
| 2026-08-29 | 150.9238 | -0.75% |
| 2026-08-28 | 152.0681 | — |
RUB to SYP conversion table
1 RUB1.4237 SYP
5 RUB7.1186 SYP
10 RUB14.2372 SYP
25 RUB35.5929 SYP
50 RUB71.1858 SYP
100 RUB142.3716 SYP
500 RUB711.8579 SYP
1,000 RUB1,423.7158 SYP
5,000 RUB7,118.5792 SYP
10,000 RUB14,237.158 SYP
Get the RUB/SYP rate in your app
One GET request returns the latest RUB → SYP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/RUB/SYP"fetch('https://rate-api.com/api/v1/pair/RUB/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SYP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SYP"
},
"rate": 1.4237,
"timestamp": 1790439651,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SYP to RUBSyrian Pound → Russian Ruble0.70239Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.