JOD to SBD exchange rate API
Jordanian Dinar to Solomon Islands Dollar · quoted 2026-09-25
11.3368
▼ +4.90% over 5Y
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 5 years, JOD/SBD traded between 11.2744 and 11.9884, averaged 11.6010 and fell 4.90%. 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 5Y: show the values
| Point | JOD/SBD |
|---|---|
| 2024-08-24 | 11.9210 |
| 2024-10-07 | 11.6924 |
| 2024-11-06 | 11.8071 |
| 2024-12-06 | 11.8226 |
| 2025-01-05 | 11.8078 |
| 2025-02-04 | 11.9071 |
| 2025-03-06 | 11.9702 |
| 2025-04-06 | 11.9884 |
| 2025-05-06 | 11.7669 |
| 2025-06-07 | 11.7742 |
| 2025-07-07 | 11.7572 |
| 2025-08-06 | 11.6371 |
| 2025-09-05 | 11.6513 |
| 2025-10-06 | 11.5600 |
| 2025-11-05 | 11.5111 |
| 2025-12-05 | 11.5355 |
| 2026-01-05 | 11.4723 |
| 2026-02-04 | 11.4126 |
| 2026-03-06 | 11.4004 |
| 2026-04-05 | 11.3253 |
| 2026-05-05 | 11.2744 |
| 2026-06-06 | 11.3416 |
| 2026-07-08 | 11.2943 |
| 2026-08-07 | 11.3711 |
| 2026-09-07 | 11.2867 |
High
11.9884
Low
11.2744
Average
11.6010
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.