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: show the values
| Point | SBD/JPY |
|---|---|
| 2025-09-25 | 17.9818 |
| 2025-10-02 | 17.9827 |
| 2025-10-09 | 18.7004 |
| 2025-10-16 | 18.5218 |
| 2025-10-23 | 18.6667 |
| 2025-10-30 | 18.8711 |
| 2025-11-06 | 18.7602 |
| 2025-11-13 | 18.8966 |
| 2025-11-20 | 19.2514 |
| 2025-11-27 | 19.0918 |
| 2025-12-04 | 18.9073 |
| 2025-12-11 | 19.0675 |
| 2025-12-18 | 19.1377 |
| 2025-12-25 | 19.2485 |
| 2026-01-01 | 19.3455 |
| 2026-01-08 | 19.2925 |
| 2026-01-15 | 19.5090 |
| 2026-01-22 | 19.5598 |
| 2026-01-29 | 18.9175 |
| 2026-02-05 | 19.4121 |
| 2026-02-12 | 19.0120 |
| 2026-02-19 | 19.1938 |
| 2026-02-26 | 19.3179 |
| 2026-03-05 | 19.4810 |
| 2026-03-12 | 19.8997 |
| 2026-03-19 | 19.8419 |
| 2026-03-26 | 19.9522 |
| 2026-04-02 | 19.9167 |
| 2026-04-09 | 19.6908 |
| 2026-04-16 | 19.8336 |
| 2026-04-23 | 19.8060 |
| 2026-04-30 | 19.6271 |
| 2026-05-07 | 19.5255 |
| 2026-05-14 | 19.8022 |
| 2026-05-21 | 19.9249 |
| 2026-05-28 | 19.9837 |
| 2026-06-04 | 19.9644 |
| 2026-06-11 | 19.9694 |
| 2026-06-18 | 20.1893 |
| 2026-06-25 | 20.1620 |
| 2026-07-02 | 20.0946 |
| 2026-07-09 | 20.2027 |
| 2026-07-16 | 20.0541 |
| 2026-07-23 | 20.3118 |
| 2026-07-30 | 20.2008 |
| 2026-08-06 | 19.6020 |
| 2026-08-13 | 19.8314 |
| 2026-08-20 | 19.7880 |
| 2026-08-27 | 19.8917 |
| 2026-09-03 | 19.4744 |
| 2026-09-10 | 19.2806 |
| 2026-09-17 | 19.4524 |
| 2026-09-24 | 19.8099 |
High
20.3118
Low
17.9818
Average
19.4799
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.