JOD to SDG exchange rate API
Jordanian Dinar to Sudanese Pound · quoted 2026-09-25
846.5297
▲ +0.00% over 30D
1 JOD = 846.5297 SDG · 1 SDG = 0.001181 JOD · Get this rate via the API
1 JOD buys 846.5297 SDG as of 2026-09-25, so 1 SDG buys 0.001181 JOD. Over the last 30 days, JOD/SDG traded between 846.4154 and 848.3465, averaged 846.5809 and rose 0.00%. The API holds daily JOD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/SDG over 30D: show the values
| Point | JOD/SDG |
|---|---|
| 2026-08-26 | 846.5008 |
| 2026-08-27 | 846.5174 |
| 2026-08-28 | 846.4445 |
| 2026-08-29 | 846.5552 |
| 2026-08-30 | 846.5498 |
| 2026-08-31 | 846.5621 |
| 2026-09-01 | 846.4352 |
| 2026-09-02 | 846.6172 |
| 2026-09-03 | 846.5153 |
| 2026-09-04 | 846.4554 |
| 2026-09-05 | 846.5340 |
| 2026-09-06 | 846.5210 |
| 2026-09-07 | 846.4725 |
| 2026-09-08 | 846.4154 |
| 2026-09-09 | 846.5627 |
| 2026-09-10 | 846.5342 |
| 2026-09-11 | 846.5501 |
| 2026-09-12 | 846.5023 |
| 2026-09-13 | 846.5041 |
| 2026-09-14 | 846.5676 |
| 2026-09-15 | 846.6288 |
| 2026-09-16 | 846.4843 |
| 2026-09-17 | 846.4958 |
| 2026-09-18 | 848.3465 |
| 2026-09-19 | 846.5803 |
| 2026-09-20 | 846.5674 |
| 2026-09-21 | 846.5607 |
| 2026-09-22 | 846.4828 |
| 2026-09-23 | 846.5407 |
| 2026-09-24 | 846.5255 |
| 2026-09-25 | 846.5297 |
High
848.3465
Low
846.4154
Average
846.5809
Get this rate via the API
One GET request returns the JOD/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/SDG API questions
How do I get the JOD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/SDG rate in rates.SDG.
How far back does JOD/SDG historical data go?
Daily JOD/SDG 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/SDG 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.