Skip to content

JOD to SOS exchange rate API

Jordanian Dinar to Somali Shilling · quoted 2026-09-25

804.8555

▼ +0.18% over 1Y

1 JOD = 804.8555 SOS · 1 SOS = 0.001242 JOD · Get this rate via the API

1 JOD buys 804.8555 SOS as of 2026-09-25, so 1 SOS buys 0.001242 JOD. Over the last year, JOD/SOS traded between 797.8857 and 808.6872, averaged 804.8458 and fell 0.18%. The API holds daily JOD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/SOS over 1Y

JOD/SOS over 1Y: show the values
PointJOD/SOS
2025-09-25806.2735
2025-10-02805.9896
2025-10-09805.8518
2025-10-16802.5234
2025-10-23802.2807
2025-10-30806.3149
2025-11-06804.5025
2025-11-13805.6915
2025-11-20803.6851
2025-11-27803.0452
2025-12-04805.9550
2025-12-12803.8877
2025-12-19803.6044
2025-12-26803.3201
2026-01-02802.8823
2026-01-09801.4547
2026-01-16799.6652
2026-01-23797.8857
2026-01-30803.9179
2026-02-06803.2386
2026-02-13805.9691
2026-02-20805.6689
2026-02-27805.6319
2026-03-06804.1637
2026-03-13806.8038
2026-03-20805.9199
2026-03-27806.0852
2026-04-03806.0061
2026-04-10806.0508
2026-04-17806.0355
2026-04-24806.0785
2026-05-01806.0401
2026-05-08808.6872
2026-05-16805.9711
2026-05-24806.2305
2026-05-31806.0388
2026-06-09805.0635
2026-06-16805.8698
2026-06-23806.3163
2026-06-30804.0741
2026-07-07803.9977
2026-07-14806.1211
2026-07-21806.4756
2026-07-28804.7870
2026-08-04803.1813
2026-08-11805.8561
2026-08-18804.9354
2026-08-26804.2811
2026-09-02805.2320
2026-09-09804.8874
2026-09-16805.2078
2026-09-23806.3373

High

808.6872

Low

797.8857

Average

804.8458

For developers

Get this rate via the API

One GET request returns the JOD/SOS 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=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SOS");
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=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/SOS API questions

How do I get the JOD/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/SOS rate in rates.SOS.

How far back does JOD/SOS historical data go?

Daily JOD/SOS 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/SOS 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.