Skip to content

JOD to SDG exchange rate API

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

846.5297

▼ +0.13% over 1Y

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 year, JOD/SDG traded between 798.2571 and 848.3591, averaged 845.7719 and fell 0.13%. 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 1Y

JOD/SDG over 1Y: show the values
PointJOD/SDG
2025-09-25847.6306
2025-10-02848.3008
2025-10-09848.2822
2025-10-16848.3591
2025-10-23848.2992
2025-10-30848.0343
2025-11-06846.7030
2025-11-13846.3348
2025-11-20846.3940
2025-11-27846.0244
2025-12-04846.1158
2025-12-12846.0654
2025-12-19845.8699
2025-12-26846.2694
2026-01-02845.7354
2026-01-09846.1780
2026-01-16845.7932
2026-01-23846.2974
2026-01-30846.1821
2026-02-06846.2781
2026-02-13846.5128
2026-02-20846.4750
2026-02-27846.4536
2026-03-06846.5211
2026-03-13846.5713
2026-03-20846.5752
2026-03-27846.5387
2026-04-03798.2571
2026-04-10847.6615
2026-04-17847.6762
2026-04-24846.9910
2026-05-01846.9484
2026-05-08846.9396
2026-05-16846.5139
2026-05-24846.5158
2026-05-31846.5397
2026-06-09846.5749
2026-06-16846.5577
2026-06-23846.5191
2026-06-30846.5627
2026-07-07846.5222
2026-07-14846.5172
2026-07-21846.5251
2026-07-28846.5164
2026-08-04846.4842
2026-08-11846.5486
2026-08-18846.5081
2026-08-26846.5008
2026-09-02846.6172
2026-09-09846.5627
2026-09-16846.4843
2026-09-23846.5407

High

848.3591

Low

798.2571

Average

845.7719

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.