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: show the values
| Point | SBD/JPY |
|---|---|
| 2024-08-24 | 17.0757 |
| 2024-10-03 | 17.7132 |
| 2024-11-02 | 18.3917 |
| 2024-12-02 | 17.9208 |
| 2025-01-01 | 18.7170 |
| 2025-01-31 | 18.3464 |
| 2025-03-02 | 17.8744 |
| 2025-04-01 | 17.8857 |
| 2025-05-01 | 17.6027 |
| 2025-05-31 | 16.9415 |
| 2025-06-30 | 17.3451 |
| 2025-07-30 | 17.7731 |
| 2025-08-29 | 17.6523 |
| 2025-09-28 | 18.2163 |
| 2025-10-28 | 18.6175 |
| 2025-11-27 | 19.0918 |
| 2025-12-27 | 19.2409 |
| 2026-01-26 | 19.0089 |
| 2026-02-25 | 19.4235 |
| 2026-03-27 | 19.9469 |
| 2026-04-26 | 19.8105 |
| 2026-05-26 | 19.8769 |
| 2026-06-25 | 20.1620 |
| 2026-07-25 | 20.2771 |
| 2026-08-24 | 19.8738 |
| 2026-09-23 | 19.7743 |
High
20.2771
Low
16.9415
Average
18.6764
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=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¤cies=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.