Skip to content

JOD to SDG exchange rate API

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

846.5297

▼ +0.00% over 6M

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 6 months, JOD/SDG traded between 738.5415 and 848.3465, averaged 842.7439 and fell 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 6M

JOD/SDG over 6M: show the values
PointJOD/SDG
2026-03-29846.5341
2026-04-05738.5415
2026-04-12847.6258
2026-04-19847.6264
2026-04-26846.9257
2026-05-03846.9257
2026-05-10846.9254
2026-05-18846.9333
2026-05-26846.4767
2026-06-02846.5045
2026-06-11846.5836
2026-06-18846.5076
2026-06-25846.4633
2026-07-02847.0479
2026-07-09846.4756
2026-07-16846.4954
2026-07-23846.4937
2026-07-30846.5893
2026-08-06846.5735
2026-08-13846.5250
2026-08-21846.4556
2026-08-28846.4445
2026-09-04846.4554
2026-09-11846.5501
2026-09-18848.3465
2026-09-25846.5297

High

848.3465

Low

738.5415

Average

842.7439

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.