Convert SYP to CAD
Syrian Pound → Canadian Dollar
1 SYP = 0.0116849 CAD(1 CAD = 85.580444 SYP)
Currency converter
1 SYP =
0.011685 CAD
SYP to CAD: last 30 days
Over the last 30 days, 1 SYP traded between 0.00010589 and 0.011685 CAD, averaging 0.0016484 CAD. The SYP/CAD rate is up 10862.43% since 2026-08-28.
- 30-day high
- 0.011685
- 2026-09-25
- 30-day low
- 0.00010589
- 2026-09-09
- 30-day average
- 0.0016484
- Days with data: 30
- 30-day change
- +10862.43%
- since 2026-08-28
0.011685
0.000105892026-08-28 → 2026-09-26
| Date | 1 SYP in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.011685 | 0.00% |
| 2026-09-25 | 0.011685 | +0.18% |
| 2026-09-24 | 0.011664 | +0.20% |
| 2026-09-23 | 0.011641 | +10677.91% |
| 2026-09-22 | 0.000108 | +0.27% |
| 2026-09-21 | 0.00010771 | -0.03% |
| 2026-09-20 | 0.00010775 | +0.00% |
| 2026-09-19 | 0.00010775 | -0.01% |
| 2026-09-18 | 0.00010775 | +0.08% |
| 2026-09-17 | 0.00010767 | +0.43% |
| 2026-09-16 | 0.00010721 | +0.15% |
| 2026-09-15 | 0.00010705 | +0.24% |
| 2026-09-14 | 0.00010679 | +0.23% |
| 2026-09-13 | 0.00010654 | +0.00% |
| 2026-09-12 | 0.00010654 | -0.03% |
| Date | 1 SYP in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00010657 | +0.29% |
| 2026-09-10 | 0.00010627 | +0.36% |
| 2026-09-09 | 0.00010589 | -0.27% |
| 2026-09-08 | 0.00010618 | -0.12% |
| 2026-09-07 | 0.0001063 | +0.18% |
| 2026-09-06 | 0.00010611 | +0.03% |
| 2026-09-05 | 0.00010608 | -0.04% |
| 2026-09-04 | 0.00010613 | +0.05% |
| 2026-09-03 | 0.00010608 | -0.92% |
| 2026-09-02 | 0.00010707 | +0.26% |
| 2026-09-01 | 0.00010679 | +0.00% |
| 2026-08-31 | 0.00010679 | +0.23% |
| 2026-08-30 | 0.00010654 | +0.03% |
| 2026-08-29 | 0.00010652 | -0.07% |
| 2026-08-28 | 0.00010659 | — |
SYP to CAD conversion table
1 SYP0.011685 CAD
5 SYP0.058425 CAD
10 SYP0.11685 CAD
25 SYP0.29212 CAD
50 SYP0.58425 CAD
100 SYP1.1685 CAD
500 SYP5.8425 CAD
1,000 SYP11.6849 CAD
5,000 SYP58.4246 CAD
10,000 SYP116.8491 CAD
Get the SYP/CAD rate in your app
One GET request returns the latest SYP → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/SYP/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SYP = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SYP/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SYP = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SYP/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "SYP",
"to": "CAD"
},
"rate": 0.0117,
"timestamp": 1790432158,
"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
CAD to SYPCanadian Dollar → Syrian Pound85.5804Convert SYP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.