Skip to content

SBD to JPY exchange rate API

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

19.7030

▲ +9.57% over 1Y

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 year, SBD/JPY traded between 17.9818 and 20.3118, averaged 19.4799 and rose 9.57%. 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 1Y

SBD/JPY over 1Y: show the values
PointSBD/JPY
2025-09-2517.9818
2025-10-0217.9827
2025-10-0918.7004
2025-10-1618.5218
2025-10-2318.6667
2025-10-3018.8711
2025-11-0618.7602
2025-11-1318.8966
2025-11-2019.2514
2025-11-2719.0918
2025-12-0418.9073
2025-12-1119.0675
2025-12-1819.1377
2025-12-2519.2485
2026-01-0119.3455
2026-01-0819.2925
2026-01-1519.5090
2026-01-2219.5598
2026-01-2918.9175
2026-02-0519.4121
2026-02-1219.0120
2026-02-1919.1938
2026-02-2619.3179
2026-03-0519.4810
2026-03-1219.8997
2026-03-1919.8419
2026-03-2619.9522
2026-04-0219.9167
2026-04-0919.6908
2026-04-1619.8336
2026-04-2319.8060
2026-04-3019.6271
2026-05-0719.5255
2026-05-1419.8022
2026-05-2119.9249
2026-05-2819.9837
2026-06-0419.9644
2026-06-1119.9694
2026-06-1820.1893
2026-06-2520.1620
2026-07-0220.0946
2026-07-0920.2027
2026-07-1620.0541
2026-07-2320.3118
2026-07-3020.2008
2026-08-0619.6020
2026-08-1319.8314
2026-08-2019.7880
2026-08-2719.8917
2026-09-0319.4744
2026-09-1019.2806
2026-09-1719.4524
2026-09-2419.8099

High

20.3118

Low

17.9818

Average

19.4799

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.