Skip to content

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

JOD/SBD over YTD: show the values
PointJOD/SBD
2025-12-3111.4737
2026-01-0711.4596
2026-01-1411.4526
2026-01-2111.4294
2026-01-2811.4334
2026-02-0411.4126
2026-02-1111.4037
2026-02-1811.3879
2026-02-2511.3815
2026-03-0411.3987
2026-03-1111.2930
2026-03-1811.2916
2026-03-2511.2818
2026-04-0111.2884
2026-04-0811.3932
2026-04-1511.3621
2026-04-2211.2903
2026-04-2911.2538
2026-05-0611.2963
2026-05-1411.2500
2026-05-2111.2654
2026-05-2911.2381
2026-06-0511.2941
2026-06-1411.3762
2026-06-2111.3806
2026-06-2811.4091
2026-07-0511.4332
2026-07-1211.4050
2026-07-1911.4001
2026-07-2611.3919
2026-08-0211.3990
2026-08-0911.3718
2026-08-1611.3410
2026-08-2411.2929
2026-08-3111.3151
2026-09-0711.2867
2026-09-1411.2921
2026-09-2111.2764

High

11.4737

Low

11.2381

Average

11.3523

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.