Skip to content

JOD to SOS exchange rate API

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

804.8555

▲ +0.01% over 5Y

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 5 years, JOD/SOS traded between 794.5800 and 808.0952, averaged 804.8840 and rose 0.01%. 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 5Y

JOD/SOS over 5Y: show the values
PointJOD/SOS
2024-08-24804.7380
2024-10-07808.0952
2024-11-06803.5124
2024-12-06805.1993
2025-01-05806.3178
2025-02-04805.0005
2025-03-06805.6127
2025-04-06803.2956
2025-05-06807.3955
2025-06-07800.7063
2025-07-07805.3311
2025-08-06794.5800
2025-09-05805.4073
2025-10-06805.9671
2025-11-05805.9869
2025-12-05805.9893
2026-01-05803.9425
2026-02-04805.9792
2026-03-06804.1637
2026-04-05804.8807
2026-05-05806.0600
2026-06-06806.0334
2026-07-08805.9855
2026-08-07805.9692
2026-09-07805.9801

High

808.0952

Low

794.5800

Average

804.8840

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.