Skip to content

JOD to SBD exchange rate API

Jordanian Dinar to Solomon Islands Dollar · quoted 2026-09-25

11.3368

▼ +2.88% over 1Y

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 last year, JOD/SBD traded between 11.2456 and 11.6730, averaged 11.3993 and fell 2.88%. 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 1Y

JOD/SBD over 1Y: show the values
PointJOD/SBD
2025-09-2511.6730
2025-10-0211.5127
2025-10-0911.5236
2025-10-1611.5203
2025-10-2311.5323
2025-10-3011.5424
2025-11-0611.5483
2025-11-1311.5355
2025-11-2011.5470
2025-11-2711.5482
2025-12-0411.5452
2025-12-1211.4900
2025-12-1911.4800
2025-12-2611.4404
2026-01-0211.4588
2026-01-0911.4544
2026-01-1611.4075
2026-01-2311.4540
2026-01-3011.4101
2026-02-0611.4056
2026-02-1311.3982
2026-02-2011.3692
2026-02-2711.4002
2026-03-0611.4004
2026-03-1311.3292
2026-03-2011.3130
2026-03-2711.3066
2026-04-0311.3700
2026-04-1011.3790
2026-04-1711.3443
2026-04-2411.3627
2026-05-0111.2456
2026-05-0811.2860
2026-05-1611.3061
2026-05-2411.3429
2026-05-3111.2710
2026-06-0911.3194
2026-06-1611.2564
2026-06-2311.3213
2026-06-3011.3624
2026-07-0711.3486
2026-07-1411.4006
2026-07-2111.4047
2026-07-2811.3957
2026-08-0411.3401
2026-08-1111.3396
2026-08-1811.3394
2026-08-2611.3109
2026-09-0211.3172
2026-09-0911.3004
2026-09-1611.3522
2026-09-2311.2638

High

11.6730

Low

11.2456

Average

11.3993

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.