Convert JPY to SBD
Japanese Yen → Solomon Islands Dollar
1 JPY = 0.0510045 SBD(1 SBD = 19.606107 JPY)
Currency converter
1 JPY =
0.051005 SBD
JPY to SBD: last 30 days
Over the last 30 days, 1 JPY traded between 0.049966 and 0.052038 SBD, averaging 0.051064 SBD. The JPY/SBD rate is up 1.83% since 2026-08-28.
- 30-day high
- 0.052038
- 2026-09-09
- 30-day low
- 0.049966
- 2026-09-01
- 30-day average
- 0.051064
- Days with data: 30
- 30-day change
- +1.83%
- since 2026-08-28
0.052038
0.0499662026-08-28 → 2026-09-26
| Date | 1 JPY in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 0.051005 | 0.00% |
| 2026-09-25 | 0.051005 | +0.94% |
| 2026-09-24 | 0.050529 | -0.22% |
| 2026-09-23 | 0.050642 | -0.72% |
| 2026-09-22 | 0.051007 | +0.34% |
| 2026-09-21 | 0.050836 | +0.13% |
| 2026-09-20 | 0.050771 | 0.00% |
| 2026-09-19 | 0.050771 | +0.20% |
| 2026-09-18 | 0.050671 | -1.35% |
| 2026-09-17 | 0.051365 | -0.71% |
| 2026-09-16 | 0.051732 | +0.04% |
| 2026-09-15 | 0.051714 | -0.17% |
| 2026-09-14 | 0.0518 | -0.42% |
| 2026-09-13 | 0.052018 | 0.00% |
| 2026-09-12 | 0.052018 | +0.45% |
| Date | 1 JPY in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 0.051783 | +0.16% |
| 2026-09-10 | 0.051703 | -0.64% |
| 2026-09-09 | 0.052038 | +0.73% |
| 2026-09-08 | 0.051662 | +0.28% |
| 2026-09-07 | 0.051515 | +0.62% |
| 2026-09-06 | 0.0512 | +0.00% |
| 2026-09-05 | 0.0512 | +0.03% |
| 2026-09-04 | 0.051185 | -0.24% |
| 2026-09-03 | 0.051308 | +2.34% |
| 2026-09-02 | 0.050133 | +0.33% |
| 2026-09-01 | 0.049966 | -0.18% |
| 2026-08-31 | 0.050054 | -0.09% |
| 2026-08-30 | 0.0501 | +0.00% |
| 2026-08-29 | 0.050099 | +0.02% |
| 2026-08-28 | 0.050088 | — |
JPY to SBD conversion table
1 JPY0.051005 SBD
5 JPY0.25502 SBD
10 JPY0.51005 SBD
25 JPY1.2751 SBD
50 JPY2.5502 SBD
100 JPY5.1005 SBD
500 JPY25.5023 SBD
1,000 JPY51.0045 SBD
5,000 JPY255.0226 SBD
10,000 JPY510.0452 SBD
Get the JPY/SBD rate in your app
One GET request returns the latest JPY → SBD 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/SBD"fetch('https://rate-api.com/api/v1/pair/JPY/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SBD');
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']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SBD"
},
"rate": 0.051,
"timestamp": 1790429298,
"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
SBD to JPYSolomon Islands Dollar → Japanese Yen19.6061Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.