SBD to JPY exchange rate API
Solomon Islands Dollar to Yen · quoted 2026-09-25
19.7030
▼ +0.67% over 30D
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 30 days, SBD/JPY traded between 19.1300 and 20.0136, averaged 19.5715 and fell 0.67%. 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 30D: show the values
| Point | SBD/JPY |
|---|---|
| 2026-08-26 | 19.8358 |
| 2026-08-27 | 19.8917 |
| 2026-08-28 | 19.8955 |
| 2026-08-29 | 20.0136 |
| 2026-08-30 | 19.9649 |
| 2026-08-31 | 19.9102 |
| 2026-09-01 | 19.9600 |
| 2026-09-02 | 19.8900 |
| 2026-09-03 | 19.4744 |
| 2026-09-04 | 19.4827 |
| 2026-09-05 | 19.5293 |
| 2026-09-06 | 19.4791 |
| 2026-09-07 | 19.3381 |
| 2026-09-08 | 19.2582 |
| 2026-09-09 | 19.1300 |
| 2026-09-10 | 19.2806 |
| 2026-09-11 | 19.2334 |
| 2026-09-12 | 19.1688 |
| 2026-09-13 | 19.1576 |
| 2026-09-14 | 19.3039 |
| 2026-09-15 | 19.3065 |
| 2026-09-16 | 19.2638 |
| 2026-09-17 | 19.4524 |
| 2026-09-18 | 19.7142 |
| 2026-09-19 | 19.5735 |
| 2026-09-20 | 19.6449 |
| 2026-09-21 | 19.6708 |
| 2026-09-22 | 19.6044 |
| 2026-09-23 | 19.7743 |
| 2026-09-24 | 19.8099 |
High
20.0136
Low
19.1300
Average
19.5715
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.