Convert SYP to RUB
Syrian Pound → Russian Ruble
1 SYP = 0.702387 RUB(1 RUB = 1.423716 SYP)
Currency converter
1 SYP =
0.70239 RUB
SYP to RUB: last 30 days
Over the last 30 days, 1 SYP traded between 0.0064413 and 0.70239 RUB, averaging 0.099092 RUB. The SYP/RUB rate is up 10581.07% since 2026-08-28.
- 30-day high
- 0.70239
- 2026-09-25
- 30-day low
- 0.0064413
- 2026-09-22
- 30-day average
- 0.099092
- Days with data: 30
- 30-day change
- +10581.07%
- since 2026-08-28
0.70239
0.00644132026-08-28 → 2026-09-26
| Date | 1 SYP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.70239 | 0.00% |
| 2026-09-25 | 0.70239 | +0.20% |
| 2026-09-24 | 0.70096 | +0.64% |
| 2026-09-23 | 0.69648 | +10712.62% |
| 2026-09-22 | 0.0064413 | -0.50% |
| 2026-09-21 | 0.0064737 | +0.10% |
| 2026-09-20 | 0.006467 | -0.37% |
| 2026-09-19 | 0.0064907 | -0.13% |
| 2026-09-18 | 0.006499 | +0.29% |
| 2026-09-17 | 0.0064799 | +0.06% |
| 2026-09-16 | 0.0064759 | -0.36% |
| 2026-09-15 | 0.0064991 | -0.02% |
| 2026-09-14 | 0.0065004 | +0.32% |
| 2026-09-13 | 0.0064797 | +0.11% |
| 2026-09-12 | 0.0064723 | +0.24% |
| Date | 1 SYP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0064567 | -1.24% |
| 2026-09-10 | 0.0065375 | -0.99% |
| 2026-09-09 | 0.0066026 | -0.45% |
| 2026-09-08 | 0.0066327 | -0.44% |
| 2026-09-07 | 0.006662 | +0.09% |
| 2026-09-06 | 0.0066557 | +0.88% |
| 2026-09-05 | 0.0065974 | -1.00% |
| 2026-09-04 | 0.0066644 | -0.74% |
| 2026-09-03 | 0.0067143 | +0.58% |
| 2026-09-02 | 0.0066758 | +0.58% |
| 2026-09-01 | 0.0066376 | +0.39% |
| 2026-08-31 | 0.0066116 | -0.06% |
| 2026-08-30 | 0.0066153 | -0.16% |
| 2026-08-29 | 0.0066259 | +0.76% |
| 2026-08-28 | 0.006576 | — |
SYP to RUB conversion table
1 SYP0.70239 RUB
5 SYP3.5119 RUB
10 SYP7.0239 RUB
25 SYP17.5597 RUB
50 SYP35.1194 RUB
100 SYP70.2387 RUB
500 SYP351.1937 RUB
1,000 SYP702.3874 RUB
5,000 SYP3,511.9367 RUB
10,000 SYP7,023.8735 RUB
Get the SYP/RUB rate in your app
One GET request returns the latest SYP → RUB 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/SYP/RUB"fetch('https://rate-api.com/api/v1/pair/SYP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SYP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SYP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SYP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SYP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SYP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SYP",
"to": "RUB"
},
"rate": 0.7024,
"timestamp": 1790437533,
"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
RUB to SYPRussian Ruble → Syrian Pound1.4237Convert SYP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.