Convert CHF to SYP
Swiss Franc → Syrian Pound
1 CHF = 146.12555 SYP(1 SYP = 0.00684343 CHF)
Currency converter
1 CHF =
146.1256 SYP
CHF to SYP: last 30 days
Over the last 30 days, 1 CHF traded between 146.1256 and 16,172.069 SYP, averaging 13,865.221 SYP. The CHF/SYP rate is down 99.10% since 2026-08-28.
- 30-day high
- 16,172.069
- 2026-08-29
- 30-day low
- 146.1256
- 2026-09-25
- 30-day average
- 13,865.221
- Days with data: 30
- 30-day change
- -99.10%
- since 2026-08-28
16,172.069
146.12562026-08-28 → 2026-09-26
| Date | 1 CHF in SYP | Daily change |
|---|---|---|
| 2026-09-26 | 146.1256 | 0.00% |
| 2026-09-25 | 146.1256 | -0.07% |
| 2026-09-24 | 146.2216 | -0.59% |
| 2026-09-23 | 147.0846 | -99.07% |
| 2026-09-22 | 15,868.885 | +0.26% |
| 2026-09-21 | 15,827.685 | +0.51% |
| 2026-09-20 | 15,747.761 | -0.00% |
| 2026-09-19 | 15,748.447 | +0.01% |
| 2026-09-18 | 15,747.588 | -0.11% |
| 2026-09-17 | 15,765.423 | -0.69% |
| 2026-09-16 | 15,874.715 | -0.12% |
| 2026-09-15 | 15,893.305 | -0.22% |
| 2026-09-14 | 15,927.665 | -0.17% |
| 2026-09-13 | 15,954.294 | -0.00% |
| 2026-09-12 | 15,954.724 | +0.03% |
| Date | 1 CHF in SYP | Daily change |
|---|---|---|
| 2026-09-11 | 15,949.374 | -0.39% |
| 2026-09-10 | 16,011.81 | -0.61% |
| 2026-09-09 | 16,110.315 | +0.55% |
| 2026-09-08 | 16,021.608 | -0.27% |
| 2026-09-07 | 16,065.437 | -0.03% |
| 2026-09-06 | 16,070.804 | -0.03% |
| 2026-09-05 | 16,075.138 | +0.04% |
| 2026-09-04 | 16,068.501 | -0.09% |
| 2026-09-03 | 16,082.379 | +0.65% |
| 2026-09-02 | 15,978.456 | -0.41% |
| 2026-09-01 | 16,044.525 | -0.23% |
| 2026-08-31 | 16,081.825 | -0.53% |
| 2026-08-30 | 16,167.648 | -0.03% |
| 2026-08-29 | 16,172.069 | +0.07% |
| 2026-08-28 | 16,160.691 | — |
CHF to SYP conversion table
1 CHF146.1256 SYP
5 CHF730.6278 SYP
10 CHF1,461.2555 SYP
25 CHF3,653.1388 SYP
50 CHF7,306.2775 SYP
100 CHF14,612.555 SYP
500 CHF73,062.775 SYP
1,000 CHF146,125.55 SYP
5,000 CHF730,627.75 SYP
10,000 CHF1,461,255.5 SYP
Get the CHF/SYP rate in your app
One GET request returns the latest CHF → 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/CHF/SYP"fetch('https://rate-api.com/api/v1/pair/CHF/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SYP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SYP"
},
"rate": 146.1256,
"timestamp": 1790429363,
"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 CHFSyrian Pound → Swiss Franc0.0068434Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.