Convert JPY to SDG
Japanese Yen → Sudanese Pound
1 JPY = 3.808548 SDG(1 SDG = 0.262567 JPY)
Currency converter
1 JPY =
3.8085 SDG
JPY to SDG: last 30 days
Over the last 30 days, 1 JPY traded between 3.747 and 3.916 SDG, averaging 3.8301 SDG. The JPY/SDG rate is up 1.34% since 2026-08-28.
- 30-day high
- 3.916
- 2026-09-09
- 30-day low
- 3.747
- 2026-09-01
- 30-day average
- 3.8301
- Days with data: 30
- 30-day change
- +1.34%
- since 2026-08-28
3.916
3.7472026-08-28 → 2026-09-26
| Date | 1 JPY in SDG | Daily change |
|---|---|---|
| 2026-09-26 | 3.8085 | 0.00% |
| 2026-09-25 | 3.8085 | +0.80% |
| 2026-09-24 | 3.7782 | -0.59% |
| 2026-09-23 | 3.8007 | -0.46% |
| 2026-09-22 | 3.8183 | +0.05% |
| 2026-09-21 | 3.8164 | +0.39% |
| 2026-09-20 | 3.8015 | -0.00% |
| 2026-09-19 | 3.8015 | -0.21% |
| 2026-09-18 | 3.8096 | -1.17% |
| 2026-09-17 | 3.8549 | -0.41% |
| 2026-09-16 | 3.8707 | -0.05% |
| 2026-09-15 | 3.8726 | -0.28% |
| 2026-09-14 | 3.8836 | -0.32% |
| 2026-09-13 | 3.8962 | +0.00% |
| 2026-09-12 | 3.8962 | -0.01% |
| Date | 1 JPY in SDG | Daily change |
|---|---|---|
| 2026-09-11 | 3.8964 | +0.09% |
| 2026-09-10 | 3.8928 | -0.59% |
| 2026-09-09 | 3.916 | +0.69% |
| 2026-09-08 | 3.8892 | +0.28% |
| 2026-09-07 | 3.8782 | +0.96% |
| 2026-09-06 | 3.8412 | -0.00% |
| 2026-09-05 | 3.8412 | +0.01% |
| 2026-09-04 | 3.8409 | -0.16% |
| 2026-09-03 | 3.8471 | +2.29% |
| 2026-09-02 | 3.761 | +0.37% |
| 2026-09-01 | 3.747 | -0.28% |
| 2026-08-31 | 3.7577 | -0.03% |
| 2026-08-30 | 3.7588 | -0.00% |
| 2026-08-29 | 3.7588 | +0.01% |
| 2026-08-28 | 3.7583 | — |
JPY to SDG conversion table
1 JPY3.8085 SDG
5 JPY19.0427 SDG
10 JPY38.0855 SDG
25 JPY95.2137 SDG
50 JPY190.4274 SDG
100 JPY380.8548 SDG
500 JPY1,904.2742 SDG
1,000 JPY3,808.5484 SDG
5,000 JPY19,042.742 SDG
10,000 JPY38,085.484 SDG
Get the JPY/SDG rate in your app
One GET request returns the latest JPY → SDG 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/SDG"fetch('https://rate-api.com/api/v1/pair/JPY/SDG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SDG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SDG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SDG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SDG');
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']} SDG\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SDG"
},
"rate": 3.8085,
"timestamp": 1790437896,
"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
SDG to JPYSudanese Pound → Japanese Yen0.26257Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.