Convert JPY to SSP
Japanese Yen → South Sudanese Pound
1 JPY = 36.249686 SSP(1 SSP = 0.0275864 JPY)
Currency converter
1 JPY =
36.2497 SSP
JPY to SSP: last 30 days
Over the last 30 days, 1 JPY traded between 35.1212 and 36.7751 SSP, averaging 36.1394 SSP. The JPY/SSP rate is up 3.21% since 2026-08-28.
- 30-day high
- 36.7751
- 2026-09-09
- 30-day low
- 35.1212
- 2026-08-28
- 30-day average
- 36.1394
- Days with data: 30
- 30-day change
- +3.21%
- since 2026-08-28
36.7751
35.12122026-08-28 → 2026-09-26
| Date | 1 JPY in SSP | Daily change |
|---|---|---|
| 2026-09-26 | 36.2497 | 0.00% |
| 2026-09-25 | 36.2497 | +0.80% |
| 2026-09-24 | 35.9611 | -0.59% |
| 2026-09-23 | 36.1745 | -0.47% |
| 2026-09-22 | 36.3443 | +0.06% |
| 2026-09-21 | 36.3227 | +0.40% |
| 2026-09-20 | 36.1772 | 0.00% |
| 2026-09-19 | 36.1772 | +0.85% |
| 2026-09-18 | 35.8732 | -1.31% |
| 2026-09-17 | 36.3486 | -0.41% |
| 2026-09-16 | 36.4967 | +0.22% |
| 2026-09-15 | 36.4161 | -0.37% |
| 2026-09-14 | 36.553 | -0.33% |
| 2026-09-13 | 36.6739 | 0.00% |
| 2026-09-12 | 36.6739 | +0.04% |
| Date | 1 JPY in SSP | Daily change |
|---|---|---|
| 2026-09-11 | 36.659 | -0.14% |
| 2026-09-10 | 36.7119 | -0.17% |
| 2026-09-09 | 36.7751 | +0.47% |
| 2026-09-08 | 36.6041 | +0.29% |
| 2026-09-07 | 36.4968 | +0.98% |
| 2026-09-06 | 36.1428 | 0.00% |
| 2026-09-05 | 36.1428 | +0.22% |
| 2026-09-04 | 36.0634 | -0.97% |
| 2026-09-03 | 36.4164 | +2.96% |
| 2026-09-02 | 35.3697 | +0.65% |
| 2026-09-01 | 35.1399 | -0.40% |
| 2026-08-31 | 35.2816 | -0.00% |
| 2026-08-30 | 35.2832 | 0.00% |
| 2026-08-29 | 35.2832 | +0.46% |
| 2026-08-28 | 35.1212 | — |
JPY to SSP conversion table
1 JPY36.2497 SSP
5 JPY181.2484 SSP
10 JPY362.4969 SSP
25 JPY906.2422 SSP
50 JPY1,812.4843 SSP
100 JPY3,624.9686 SSP
500 JPY18,124.843 SSP
1,000 JPY36,249.686 SSP
5,000 JPY181,248.43 SSP
10,000 JPY362,496.86 SSP
Get the JPY/SSP rate in your app
One GET request returns the latest JPY → SSP 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/SSP"fetch('https://rate-api.com/api/v1/pair/JPY/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SSP');
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']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SSP"
},
"rate": 36.2497,
"timestamp": 1790437897,
"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
SSP to JPYSouth Sudanese Pound → Japanese Yen0.027586Convert JPY to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.