Skip to content

JOD to SDG exchange rate API

Jordanian Dinar to Sudanese Pound · quoted 2026-09-25

846.5297

▲ +0.05% over YTD

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 year to date, JOD/SDG traded between 797.3469 and 847.6706, averaged 845.2364 and rose 0.05%. 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 YTD

JOD/SDG over YTD: show the values
PointJOD/SDG
2025-12-31846.1254
2026-01-07846.1458
2026-01-14845.9605
2026-01-21846.2487
2026-01-28845.6111
2026-02-04846.1217
2026-02-11846.4588
2026-02-18846.4354
2026-02-25846.4872
2026-03-04846.5435
2026-03-11846.6410
2026-03-18846.4857
2026-03-25846.5789
2026-04-01797.3469
2026-04-08846.5645
2026-04-15847.6706
2026-04-22846.2446
2026-04-29846.9646
2026-05-06846.9734
2026-05-14846.5875
2026-05-21846.4951
2026-05-29846.4939
2026-06-05846.4914
2026-06-14846.5520
2026-06-21846.5541
2026-06-28846.5152
2026-07-05846.5455
2026-07-12846.5048
2026-07-19846.5641
2026-07-26846.5080
2026-08-02846.5645
2026-08-09846.5051
2026-08-16846.5622
2026-08-24846.4752
2026-08-31846.5621
2026-09-07846.4725
2026-09-14846.5676
2026-09-21846.5607

High

847.6706

Low

797.3469

Average

845.2364

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SDG");
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=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&currencies=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.