Skip to content

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

JOD/SDG over 30D: show the values
PointJOD/SDG
2026-08-26846.5008
2026-08-27846.5174
2026-08-28846.4445
2026-08-29846.5552
2026-08-30846.5498
2026-08-31846.5621
2026-09-01846.4352
2026-09-02846.6172
2026-09-03846.5153
2026-09-04846.4554
2026-09-05846.5340
2026-09-06846.5210
2026-09-07846.4725
2026-09-08846.4154
2026-09-09846.5627
2026-09-10846.5342
2026-09-11846.5501
2026-09-12846.5023
2026-09-13846.5041
2026-09-14846.5676
2026-09-15846.6288
2026-09-16846.4843
2026-09-17846.4958
2026-09-18848.3465
2026-09-19846.5803
2026-09-20846.5674
2026-09-21846.5607
2026-09-22846.4828
2026-09-23846.5407
2026-09-24846.5255
2026-09-25846.5297

High

848.3465

Low

846.4154

Average

846.5809

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.