JOD to SOS exchange rate API
Jordanian Dinar to Somali Shilling · quoted 2026-09-25
804.8555
▲ +0.07% over 30D
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 30 days, JOD/SOS traded between 781.2484 and 809.9629, averaged 804.0397 and rose 0.07%. 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 30D: show the values
| Point | JOD/SOS |
|---|---|
| 2026-08-26 | 804.2811 |
| 2026-08-27 | 805.9625 |
| 2026-08-28 | 804.6265 |
| 2026-08-29 | 805.9868 |
| 2026-08-30 | 806.0173 |
| 2026-08-31 | 805.9762 |
| 2026-09-01 | 804.9750 |
| 2026-09-02 | 805.2320 |
| 2026-09-03 | 804.4299 |
| 2026-09-04 | 802.9422 |
| 2026-09-05 | 805.9666 |
| 2026-09-06 | 806.0666 |
| 2026-09-07 | 805.9801 |
| 2026-09-08 | 804.6515 |
| 2026-09-09 | 804.8874 |
| 2026-09-10 | 805.3210 |
| 2026-09-11 | 804.7986 |
| 2026-09-12 | 781.3718 |
| 2026-09-13 | 781.2484 |
| 2026-09-14 | 806.0479 |
| 2026-09-15 | 805.3288 |
| 2026-09-16 | 805.2078 |
| 2026-09-17 | 809.9629 |
| 2026-09-18 | 805.9319 |
| 2026-09-19 | 806.3905 |
| 2026-09-20 | 806.0665 |
| 2026-09-21 | 804.6924 |
| 2026-09-22 | 805.5137 |
| 2026-09-23 | 806.3373 |
| 2026-09-24 | 807.3569 |
| 2026-09-25 | 804.8555 |
High
809.9629
Low
781.2484
Average
804.0397
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.