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: show the values
| Point | JOD/SDG |
|---|---|
| 2026-03-29 | 846.5341 |
| 2026-04-05 | 738.5415 |
| 2026-04-12 | 847.6258 |
| 2026-04-19 | 847.6264 |
| 2026-04-26 | 846.9257 |
| 2026-05-03 | 846.9257 |
| 2026-05-10 | 846.9254 |
| 2026-05-18 | 846.9333 |
| 2026-05-26 | 846.4767 |
| 2026-06-02 | 846.5045 |
| 2026-06-11 | 846.5836 |
| 2026-06-18 | 846.5076 |
| 2026-06-25 | 846.4633 |
| 2026-07-02 | 847.0479 |
| 2026-07-09 | 846.4756 |
| 2026-07-16 | 846.4954 |
| 2026-07-23 | 846.4937 |
| 2026-07-30 | 846.5893 |
| 2026-08-06 | 846.5735 |
| 2026-08-13 | 846.5250 |
| 2026-08-21 | 846.4556 |
| 2026-08-28 | 846.4445 |
| 2026-09-04 | 846.4554 |
| 2026-09-11 | 846.5501 |
| 2026-09-18 | 848.3465 |
| 2026-09-25 | 846.5297 |
High
848.3465
Low
738.5415
Average
842.7439
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.