SBD to JPY exchange rate API
Solomon Islands Dollar to Yen · quoted 2026-09-25
19.6806
▼ +1.73% over 6M
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 last 6 months, SBD/JPY traded between 19.1576 and 20.2698, averaged 19.7970 and fell 1.73%. 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: show the values
| Point | SBD/JPY |
|---|---|
| 2026-03-29 | 20.0276 |
| 2026-04-05 | 19.8883 |
| 2026-04-12 | 19.7714 |
| 2026-04-19 | 19.7318 |
| 2026-04-26 | 19.8105 |
| 2026-05-03 | 19.6263 |
| 2026-05-10 | 19.5249 |
| 2026-05-17 | 19.7935 |
| 2026-05-24 | 19.7674 |
| 2026-05-31 | 19.9406 |
| 2026-06-07 | 19.9214 |
| 2026-06-14 | 19.8358 |
| 2026-06-21 | 19.9969 |
| 2026-06-28 | 19.9986 |
| 2026-07-05 | 19.9087 |
| 2026-07-12 | 20.0175 |
| 2026-07-19 | 20.0997 |
| 2026-07-26 | 20.2698 |
| 2026-08-02 | 19.4836 |
| 2026-08-09 | 19.5743 |
| 2026-08-16 | 19.8101 |
| 2026-08-23 | 19.7943 |
| 2026-08-30 | 19.9649 |
| 2026-09-06 | 19.4791 |
| 2026-09-13 | 19.1576 |
| 2026-09-20 | 19.6449 |
High
20.2698
Low
19.1576
Average
19.7970
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.