Skip to content

JOD to SDG exchange rate API

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

846.5297

▼ +0.17% over 5Y

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 5 years, JOD/SDG traded between 738.5415 and 848.3556, averaged 842.6989 and fell 0.17%. 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 5Y

JOD/SDG over 5Y: show the values
PointJOD/SDG
2024-08-24847.9813
2024-10-07848.2072
2024-11-06848.3451
2024-12-06848.3556
2025-01-05844.7292
2025-02-04847.2988
2025-03-06847.2897
2025-04-06844.8263
2025-05-06846.5089
2025-06-07847.2181
2025-07-07846.9716
2025-08-06846.9959
2025-09-05846.9760
2025-10-06848.2416
2025-11-05846.8953
2025-12-05846.0178
2026-01-05846.4289
2026-02-04846.1217
2026-03-06846.5211
2026-04-05738.5415
2026-05-05846.9698
2026-06-06846.5689
2026-07-08846.5205
2026-08-07846.6380
2026-09-07846.4725

High

848.3556

Low

738.5415

Average

842.6989

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.