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: show the values
| Point | SBD/JPY |
|---|---|
| 2025-12-31 | 19.2594 |
| 2026-01-07 | 19.2677 |
| 2026-01-14 | 19.5360 |
| 2026-01-21 | 19.4720 |
| 2026-01-28 | 18.8287 |
| 2026-02-04 | 19.3587 |
| 2026-02-11 | 18.9653 |
| 2026-02-18 | 19.0293 |
| 2026-02-25 | 19.4235 |
| 2026-03-04 | 19.4405 |
| 2026-03-11 | 19.8035 |
| 2026-03-18 | 19.9302 |
| 2026-03-25 | 19.8734 |
| 2026-04-01 | 19.7814 |
| 2026-04-08 | 19.5783 |
| 2026-04-15 | 19.7488 |
| 2026-04-22 | 19.8898 |
| 2026-04-29 | 20.0261 |
| 2026-05-06 | 19.5051 |
| 2026-05-13 | 19.6896 |
| 2026-05-20 | 19.8960 |
| 2026-05-27 | 19.9231 |
| 2026-06-03 | 20.0271 |
| 2026-06-10 | 20.0313 |
| 2026-06-17 | 20.0432 |
| 2026-06-24 | 20.1519 |
| 2026-07-01 | 20.1921 |
| 2026-07-08 | 20.2914 |
| 2026-07-15 | 20.0750 |
| 2026-07-22 | 20.1723 |
| 2026-07-29 | 20.2561 |
| 2026-08-05 | 19.6032 |
| 2026-08-12 | 19.7889 |
| 2026-08-19 | 19.8019 |
| 2026-08-26 | 19.8358 |
| 2026-09-02 | 19.8900 |
| 2026-09-09 | 19.1300 |
| 2026-09-16 | 19.2638 |
| 2026-09-23 | 19.7743 |
High
20.2914
Low
18.8287
Average
19.7059
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.