Skip to content

SBD to JPY exchange rate API

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

19.6806

▲ +2.19% over YTD

1 SBD = 19.6806 JPY · 1 JPY = 0.05081 SBD · Get this rate via the API

1 SBD buys 19.6806 JPY as of 2026-09-25, so 1 JPY buys 0.05081 SBD. Over the year to date, SBD/JPY traded between 18.8287 and 20.2914, averaged 19.7059 and rose 2.19%. 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 YTD

SBD/JPY over YTD: show the values
PointSBD/JPY
2025-12-3119.2594
2026-01-0719.2677
2026-01-1419.5360
2026-01-2119.4720
2026-01-2818.8287
2026-02-0419.3587
2026-02-1118.9653
2026-02-1819.0293
2026-02-2519.4235
2026-03-0419.4405
2026-03-1119.8035
2026-03-1819.9302
2026-03-2519.8734
2026-04-0119.7814
2026-04-0819.5783
2026-04-1519.7488
2026-04-2219.8898
2026-04-2920.0261
2026-05-0619.5051
2026-05-1319.6896
2026-05-2019.8960
2026-05-2719.9231
2026-06-0320.0271
2026-06-1020.0313
2026-06-1720.0432
2026-06-2420.1519
2026-07-0120.1921
2026-07-0820.2914
2026-07-1520.0750
2026-07-2220.1723
2026-07-2920.2561
2026-08-0519.6032
2026-08-1219.7889
2026-08-1919.8019
2026-08-2619.8358
2026-09-0219.8900
2026-09-0919.1300
2026-09-1619.2638
2026-09-2319.7743

High

20.2914

Low

18.8287

Average

19.7059

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.