Convert EUR to SYP
Euro → Syrian Pound
1 EUR = 138.01558 SYP(1 SYP = 0.00724556 EUR)
Currency converter
1 EUR =
138.0156 SYP
EUR to SYP: last 30 days
Over the last 30 days, 1 EUR traded between 137.5799 and 15,150.139 SYP, averaging 12,560.553 SYP. The EUR/SYP rate is down 99.09% since 2026-08-29.
- 30-day high
- 15,150.139
- 2026-09-09
- 30-day low
- 137.5799
- 2026-09-24
- 30-day average
- 12,560.553
- Days with data: 30
- 30-day change
- -99.09%
- since 2026-08-29
15,150.139
137.57992026-08-29 → 2026-09-27
| Date | 1 EUR in SYP | Daily change |
|---|---|---|
| 2026-09-27 | 138.0156 | 0.00% |
| 2026-09-26 | 138.0156 | 0.00% |
| 2026-09-25 | 138.0156 | +0.32% |
| 2026-09-24 | 137.5799 | -0.39% |
| 2026-09-23 | 138.1124 | -99.07% |
| 2026-09-22 | 14,905.696 | -0.22% |
| 2026-09-21 | 14,938.205 | +0.25% |
| 2026-09-20 | 14,900.457 | -0.00% |
| 2026-09-19 | 14,901.106 | +0.01% |
| 2026-09-18 | 14,900.293 | -0.16% |
| 2026-09-17 | 14,923.575 | -0.51% |
| 2026-09-16 | 15,000.01 | -0.03% |
| 2026-09-15 | 15,004.771 | -0.11% |
| 2026-09-14 | 15,021.382 | -0.38% |
| 2026-09-13 | 15,078.403 | -0.00% |
| Date | 1 EUR in SYP | Daily change |
|---|---|---|
| 2026-09-12 | 15,078.81 | +0.03% |
| 2026-09-11 | 15,073.754 | -0.19% |
| 2026-09-10 | 15,102.302 | -0.32% |
| 2026-09-09 | 15,150.139 | +0.33% |
| 2026-09-08 | 15,100.351 | -0.06% |
| 2026-09-07 | 15,109.472 | -0.03% |
| 2026-09-06 | 15,114.52 | -0.03% |
| 2026-09-05 | 15,118.596 | +0.04% |
| 2026-09-04 | 15,112.354 | +0.07% |
| 2026-09-03 | 15,101.327 | +0.29% |
| 2026-09-02 | 15,058.091 | -0.09% |
| 2026-09-01 | 15,072.343 | -0.04% |
| 2026-08-31 | 15,078.168 | -0.40% |
| 2026-08-30 | 15,139.299 | -0.03% |
| 2026-08-29 | 15,143.439 | — |
EUR to SYP conversion table
1 EUR138.0156 SYP
5 EUR690.0779 SYP
10 EUR1,380.1558 SYP
25 EUR3,450.3896 SYP
50 EUR6,900.7791 SYP
100 EUR13,801.558 SYP
500 EUR69,007.791 SYP
1,000 EUR138,015.58 SYP
5,000 EUR690,077.91 SYP
10,000 EUR1,380,155.8 SYP
Get the EUR/SYP rate in your app
One GET request returns the latest EUR → 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/EUR/SYP"fetch('https://rate-api.com/api/v1/pair/EUR/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SYP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SYP"
},
"rate": 138.0156,
"timestamp": 1790538864,
"date": "2026-09-27"
}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 EURSyrian Pound → Euro0.0072456Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.