JOD to SOS exchange rate API
Jordanian Dinar to Somali Shilling · quoted 2026-09-25
804.8555
▼ +0.14% over YTD
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 year to date, JOD/SOS traded between 794.1730 and 821.5397, averaged 805.2642 and fell 0.14%. 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 YTD: show the values
| Point | JOD/SOS |
|---|---|
| 2025-12-31 | 805.9609 |
| 2026-01-07 | 794.1730 |
| 2026-01-14 | 804.4699 |
| 2026-01-21 | 802.9682 |
| 2026-01-28 | 804.7293 |
| 2026-02-04 | 805.9792 |
| 2026-02-11 | 806.0023 |
| 2026-02-18 | 802.9592 |
| 2026-02-25 | 804.8286 |
| 2026-03-04 | 806.0576 |
| 2026-03-11 | 805.6999 |
| 2026-03-18 | 802.1241 |
| 2026-03-25 | 805.9967 |
| 2026-04-01 | 805.9326 |
| 2026-04-08 | 805.9929 |
| 2026-04-15 | 806.4919 |
| 2026-04-22 | 807.0311 |
| 2026-04-29 | 806.0538 |
| 2026-05-06 | 804.4446 |
| 2026-05-14 | 807.8030 |
| 2026-05-21 | 806.0077 |
| 2026-05-29 | 802.1524 |
| 2026-06-05 | 806.4720 |
| 2026-06-14 | 806.0231 |
| 2026-06-21 | 806.0271 |
| 2026-06-28 | 806.0814 |
| 2026-07-05 | 806.5446 |
| 2026-07-12 | 803.1730 |
| 2026-07-19 | 806.0466 |
| 2026-07-26 | 806.0393 |
| 2026-08-02 | 805.0880 |
| 2026-08-09 | 821.5397 |
| 2026-08-16 | 797.7561 |
| 2026-08-24 | 803.1023 |
| 2026-08-31 | 805.9762 |
| 2026-09-07 | 805.9801 |
| 2026-09-14 | 806.0479 |
| 2026-09-21 | 804.6924 |
High
821.5397
Low
794.1730
Average
805.2642
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.