Convert SYP to INR
Syrian Pound → Indian Rupee
1 SYP = 0.791653 INR(1 INR = 1.263179 SYP)
Currency converter
1 SYP =
0.79165 INR
SYP to INR: last 30 days
Over the last 30 days, 1 SYP traded between 0.0072636 and 0.79283 INR, averaging 0.11192 INR. The SYP/INR rate is up 10686.70% since 2026-08-28.
- 30-day high
- 0.79283
- 2026-09-24
- 30-day low
- 0.0072636
- 2026-09-05
- 30-day average
- 0.11192
- Days with data: 30
- 30-day change
- +10686.70%
- since 2026-08-28
0.79283
0.00726362026-08-28 → 2026-09-26
| Date | 1 SYP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.79165 | 0.00% |
| 2026-09-25 | 0.79165 | -0.15% |
| 2026-09-24 | 0.79283 | +0.23% |
| 2026-09-23 | 0.79102 | +10660.42% |
| 2026-09-22 | 0.0073512 | -0.26% |
| 2026-09-21 | 0.0073702 | -0.05% |
| 2026-09-20 | 0.0073742 | +0.00% |
| 2026-09-19 | 0.0073739 | -0.01% |
| 2026-09-18 | 0.0073743 | -0.09% |
| 2026-09-17 | 0.0073809 | +0.00% |
| 2026-09-16 | 0.0073806 | +0.01% |
| 2026-09-15 | 0.0073795 | +0.43% |
| 2026-09-14 | 0.0073482 | +0.02% |
| 2026-09-13 | 0.0073465 | +0.00% |
| 2026-09-12 | 0.0073463 | -0.03% |
| Date | 1 SYP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0073488 | +0.11% |
| 2026-09-10 | 0.0073408 | +0.35% |
| 2026-09-09 | 0.0073149 | +0.29% |
| 2026-09-08 | 0.0072936 | +0.35% |
| 2026-09-07 | 0.007268 | +0.03% |
| 2026-09-06 | 0.0072656 | +0.03% |
| 2026-09-05 | 0.0072636 | -0.04% |
| 2026-09-04 | 0.0072666 | -0.01% |
| 2026-09-03 | 0.0072675 | -0.47% |
| 2026-09-02 | 0.0073021 | +0.01% |
| 2026-09-01 | 0.0073013 | -0.24% |
| 2026-08-31 | 0.0073191 | -0.23% |
| 2026-08-30 | 0.007336 | +0.03% |
| 2026-08-29 | 0.007334 | -0.07% |
| 2026-08-28 | 0.0073392 | — |
SYP to INR conversion table
1 SYP0.79165 INR
5 SYP3.9583 INR
10 SYP7.9165 INR
25 SYP19.7913 INR
50 SYP39.5827 INR
100 SYP79.1653 INR
500 SYP395.8267 INR
1,000 SYP791.6534 INR
5,000 SYP3,958.2668 INR
10,000 SYP7,916.5337 INR
Get the SYP/INR rate in your app
One GET request returns the latest SYP → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/SYP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SYP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SYP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SYP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SYP/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SYP",
"to": "INR"
},
"rate": 0.7917,
"timestamp": 1790435298,
"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
INR to SYPIndian Rupee → Syrian Pound1.2632Convert SYP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.