Skip to content

SBD to JPY exchange rate API

Solomon Islands Dollar to Yen · quoted 2026-09-25

19.7030

▲ +15.39% over 5Y

1 SBD = 19.7030 JPY · 1 JPY = 0.05075 SBD · Get this rate via the API

1 SBD buys 19.7030 JPY as of 2026-09-25, so 1 JPY buys 0.05075 SBD. Over the last 5 years, SBD/JPY traded between 16.9415 and 20.2771, averaged 18.6764 and rose 15.39%. The API holds daily SBD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/JPY over 5Y

SBD/JPY over 5Y: show the values
PointSBD/JPY
2024-08-2417.0757
2024-10-0317.7132
2024-11-0218.3917
2024-12-0217.9208
2025-01-0118.7170
2025-01-3118.3464
2025-03-0217.8744
2025-04-0117.8857
2025-05-0117.6027
2025-05-3116.9415
2025-06-3017.3451
2025-07-3017.7731
2025-08-2917.6523
2025-09-2818.2163
2025-10-2818.6175
2025-11-2719.0918
2025-12-2719.2409
2026-01-2619.0089
2026-02-2519.4235
2026-03-2719.9469
2026-04-2619.8105
2026-05-2619.8769
2026-06-2520.1620
2026-07-2520.2771
2026-08-2419.8738
2026-09-2319.7743

High

20.2771

Low

16.9415

Average

18.6764

For developers

Get this rate via the API

One GET request returns the SBD/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

SBD/JPY API questions

How do I get the SBD/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/JPY rate in rates.JPY.

How far back does SBD/JPY historical data go?

Daily SBD/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SBD/JPY exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.