JOD to SBD exchange rate API
Jordanian Dinar to Solomon Islands Dollar · quoted 2026-09-25
11.3368
▼ +1.19% over YTD
1 JOD = 11.3368 SBD · 1 SBD = 0.08821 JOD · Get this rate via the API
1 JOD buys 11.3368 SBD as of 2026-09-25, so 1 SBD buys 0.08821 JOD. Over the year to date, JOD/SBD traded between 11.2381 and 11.4737, averaged 11.3523 and fell 1.19%. The API holds daily JOD/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/SBD over YTD: show the values
| Point | JOD/SBD |
|---|---|
| 2025-12-31 | 11.4737 |
| 2026-01-07 | 11.4596 |
| 2026-01-14 | 11.4526 |
| 2026-01-21 | 11.4294 |
| 2026-01-28 | 11.4334 |
| 2026-02-04 | 11.4126 |
| 2026-02-11 | 11.4037 |
| 2026-02-18 | 11.3879 |
| 2026-02-25 | 11.3815 |
| 2026-03-04 | 11.3987 |
| 2026-03-11 | 11.2930 |
| 2026-03-18 | 11.2916 |
| 2026-03-25 | 11.2818 |
| 2026-04-01 | 11.2884 |
| 2026-04-08 | 11.3932 |
| 2026-04-15 | 11.3621 |
| 2026-04-22 | 11.2903 |
| 2026-04-29 | 11.2538 |
| 2026-05-06 | 11.2963 |
| 2026-05-14 | 11.2500 |
| 2026-05-21 | 11.2654 |
| 2026-05-29 | 11.2381 |
| 2026-06-05 | 11.2941 |
| 2026-06-14 | 11.3762 |
| 2026-06-21 | 11.3806 |
| 2026-06-28 | 11.4091 |
| 2026-07-05 | 11.4332 |
| 2026-07-12 | 11.4050 |
| 2026-07-19 | 11.4001 |
| 2026-07-26 | 11.3919 |
| 2026-08-02 | 11.3990 |
| 2026-08-09 | 11.3718 |
| 2026-08-16 | 11.3410 |
| 2026-08-24 | 11.2929 |
| 2026-08-31 | 11.3151 |
| 2026-09-07 | 11.2867 |
| 2026-09-14 | 11.2921 |
| 2026-09-21 | 11.2764 |
High
11.4737
Low
11.2381
Average
11.3523
Get this rate via the API
One GET request returns the JOD/SBD 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=JOD¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/SBD API questions
How do I get the JOD/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/SBD rate in rates.SBD.
How far back does JOD/SBD historical data go?
Daily JOD/SBD 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 JOD/SBD 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.