Convert JPY to SYP
Japanese Yen → Syrian Pound
1 JPY = 0.768033 SYP(1 SYP = 1.302027 JPY)
Currency converter
1 JPY =
0.76803 SYP
JPY to SYP: last 30 days
Over the last 30 days, 1 JPY traded between 0.76192 and 84.8317 SYP, averaging 69.4141 SYP. The JPY/SYP rate is down 99.06% since 2026-08-29.
- 30-day high
- 84.8317
- 2026-09-09
- 30-day low
- 0.76192
- 2026-09-24
- 30-day average
- 69.4141
- Days with data: 30
- 30-day change
- -99.06%
- since 2026-08-29
84.8317
0.761922026-08-29 → 2026-09-27
| Date | 1 JPY in SYP | Daily change |
|---|---|---|
| 2026-09-27 | 0.76803 | 0.00% |
| 2026-09-26 | 0.76803 | 0.00% |
| 2026-09-25 | 0.76803 | +0.80% |
| 2026-09-24 | 0.76192 | -0.59% |
| 2026-09-23 | 0.76644 | -99.07% |
| 2026-09-22 | 82.7286 | +0.07% |
| 2026-09-21 | 82.6669 | +0.39% |
| 2026-09-20 | 82.3494 | -0.00% |
| 2026-09-19 | 82.3529 | +0.01% |
| 2026-09-18 | 82.3484 | -1.37% |
| 2026-09-17 | 83.4892 | -0.44% |
| 2026-09-16 | 83.8549 | -0.05% |
| 2026-09-15 | 83.8941 | -0.30% |
| 2026-09-14 | 84.144 | -0.35% |
| 2026-09-13 | 84.4426 | -0.00% |
| Date | 1 JPY in SYP | Daily change |
|---|---|---|
| 2026-09-12 | 84.4449 | +0.03% |
| 2026-09-11 | 84.4165 | +0.11% |
| 2026-09-10 | 84.3253 | -0.60% |
| 2026-09-09 | 84.8317 | +0.67% |
| 2026-09-08 | 84.2635 | +0.30% |
| 2026-09-07 | 84.0116 | +0.94% |
| 2026-09-06 | 83.2329 | -0.03% |
| 2026-09-05 | 83.2553 | +0.04% |
| 2026-09-04 | 83.221 | -0.14% |
| 2026-09-03 | 83.3385 | +2.27% |
| 2026-09-02 | 81.4901 | +0.36% |
| 2026-09-01 | 81.1974 | -0.26% |
| 2026-08-31 | 81.4059 | -0.03% |
| 2026-08-30 | 81.4316 | -0.03% |
| 2026-08-29 | 81.4538 | — |
JPY to SYP conversion table
1 JPY0.76803 SYP
5 JPY3.8402 SYP
10 JPY7.6803 SYP
25 JPY19.2008 SYP
50 JPY38.4017 SYP
100 JPY76.8033 SYP
500 JPY384.0166 SYP
1,000 JPY768.0333 SYP
5,000 JPY3,840.1664 SYP
10,000 JPY7,680.3329 SYP
Get the JPY/SYP rate in your app
One GET request returns the latest JPY → 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/JPY/SYP"fetch('https://rate-api.com/api/v1/pair/JPY/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SYP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SYP"
},
"rate": 0.768,
"timestamp": 1790470785,
"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 JPYSyrian Pound → Japanese Yen1.302Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.