Skip to content

SBD to JPY exchange rate API

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

19.7030

▼ +1.62% over 6M

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 6 months, SBD/JPY traded between 19.1576 and 20.2698, averaged 19.7979 and fell 1.62%. 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 6M

SBD/JPY over 6M: show the values
PointSBD/JPY
2026-03-2920.0276
2026-04-0519.8883
2026-04-1219.7714
2026-04-1919.7318
2026-04-2619.8105
2026-05-0319.6263
2026-05-1019.5249
2026-05-1719.7935
2026-05-2419.7674
2026-05-3119.9406
2026-06-0719.9214
2026-06-1419.8358
2026-06-2119.9969
2026-06-2819.9986
2026-07-0519.9087
2026-07-1220.0175
2026-07-1920.0997
2026-07-2620.2698
2026-08-0219.4836
2026-08-0919.5743
2026-08-1619.8101
2026-08-2319.7943
2026-08-3019.9649
2026-09-0619.4791
2026-09-1319.1576
2026-09-2019.6449

High

20.2698

Low

19.1576

Average

19.7979

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.