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: show the values
| Point | JOD/SOS |
|---|---|
| 2025-09-25 | 806.2735 |
| 2025-10-02 | 805.9896 |
| 2025-10-09 | 805.8518 |
| 2025-10-16 | 802.5234 |
| 2025-10-23 | 802.2807 |
| 2025-10-30 | 806.3149 |
| 2025-11-06 | 804.5025 |
| 2025-11-13 | 805.6915 |
| 2025-11-20 | 803.6851 |
| 2025-11-27 | 803.0452 |
| 2025-12-04 | 805.9550 |
| 2025-12-12 | 803.8877 |
| 2025-12-19 | 803.6044 |
| 2025-12-26 | 803.3201 |
| 2026-01-02 | 802.8823 |
| 2026-01-09 | 801.4547 |
| 2026-01-16 | 799.6652 |
| 2026-01-23 | 797.8857 |
| 2026-01-30 | 803.9179 |
| 2026-02-06 | 803.2386 |
| 2026-02-13 | 805.9691 |
| 2026-02-20 | 805.6689 |
| 2026-02-27 | 805.6319 |
| 2026-03-06 | 804.1637 |
| 2026-03-13 | 806.8038 |
| 2026-03-20 | 805.9199 |
| 2026-03-27 | 806.0852 |
| 2026-04-03 | 806.0061 |
| 2026-04-10 | 806.0508 |
| 2026-04-17 | 806.0355 |
| 2026-04-24 | 806.0785 |
| 2026-05-01 | 806.0401 |
| 2026-05-08 | 808.6872 |
| 2026-05-16 | 805.9711 |
| 2026-05-24 | 806.2305 |
| 2026-05-31 | 806.0388 |
| 2026-06-09 | 805.0635 |
| 2026-06-16 | 805.8698 |
| 2026-06-23 | 806.3163 |
| 2026-06-30 | 804.0741 |
| 2026-07-07 | 803.9977 |
| 2026-07-14 | 806.1211 |
| 2026-07-21 | 806.4756 |
| 2026-07-28 | 804.7870 |
| 2026-08-04 | 803.1813 |
| 2026-08-11 | 805.8561 |
| 2026-08-18 | 804.9354 |
| 2026-08-26 | 804.2811 |
| 2026-09-02 | 805.2320 |
| 2026-09-09 | 804.8874 |
| 2026-09-16 | 805.2078 |
| 2026-09-23 | 806.3373 |
High
808.6872
Low
797.8857
Average
804.8458
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.