Convert SYP to JPY
Syrian Pound → Japanese Yen
1 SYP = 1.302027 JPY(1 JPY = 0.768033 SYP)
Currency converter
1 SYP =
1.302 JPY
SYP to JPY: last 30 days
Over the last 30 days, 1 SYP traded between 0.011788 and 1.3125 JPY, averaging 0.18448 JPY. The SYP/JPY rate is up 10498.05% since 2026-08-28.
- 30-day high
- 1.3125
- 2026-09-24
- 30-day low
- 0.011788
- 2026-09-09
- 30-day average
- 0.18448
- Days with data: 30
- 30-day change
- +10498.05%
- since 2026-08-28
1.3125
0.0117882026-08-28 → 2026-09-26
| Date | 1 SYP in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.302 | 0.00% |
| 2026-09-25 | 1.302 | -0.80% |
| 2026-09-24 | 1.3125 | +0.59% |
| 2026-09-23 | 1.3047 | +10693.88% |
| 2026-09-22 | 0.012088 | -0.07% |
| 2026-09-21 | 0.012097 | -0.38% |
| 2026-09-20 | 0.012143 | +0.00% |
| 2026-09-19 | 0.012143 | -0.01% |
| 2026-09-18 | 0.012144 | +1.39% |
| 2026-09-17 | 0.011978 | +0.44% |
| 2026-09-16 | 0.011925 | +0.05% |
| 2026-09-15 | 0.01192 | +0.30% |
| 2026-09-14 | 0.011884 | +0.35% |
| 2026-09-13 | 0.011842 | +0.00% |
| 2026-09-12 | 0.011842 | -0.03% |
| Date | 1 SYP in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.011846 | -0.11% |
| 2026-09-10 | 0.011859 | +0.60% |
| 2026-09-09 | 0.011788 | -0.67% |
| 2026-09-08 | 0.011868 | -0.30% |
| 2026-09-07 | 0.011903 | -0.93% |
| 2026-09-06 | 0.012014 | +0.03% |
| 2026-09-05 | 0.012011 | -0.04% |
| 2026-09-04 | 0.012016 | +0.14% |
| 2026-09-03 | 0.011999 | -2.22% |
| 2026-09-02 | 0.012271 | -0.36% |
| 2026-09-01 | 0.012316 | +0.26% |
| 2026-08-31 | 0.012284 | +0.03% |
| 2026-08-30 | 0.01228 | +0.03% |
| 2026-08-29 | 0.012277 | -0.07% |
| 2026-08-28 | 0.012286 | — |
SYP to JPY conversion table
1 SYP1.302 JPY
5 SYP6.5101 JPY
10 SYP13.0203 JPY
25 SYP32.5507 JPY
50 SYP65.1013 JPY
100 SYP130.2027 JPY
500 SYP651.0135 JPY
1,000 SYP1,302.0269 JPY
5,000 SYP6,510.1345 JPY
10,000 SYP13,020.269 JPY
Get the SYP/JPY rate in your app
One GET request returns the latest SYP → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/SYP/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SYP = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SYP/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SYP = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SYP/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SYP",
"to": "JPY"
},
"rate": 1.302,
"timestamp": 1790435098,
"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
JPY to SYPJapanese Yen → Syrian Pound0.76803Convert SYP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.