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: show the values
| Point | JOD/SDG |
|---|---|
| 2025-09-25 | 847.6306 |
| 2025-10-02 | 848.3008 |
| 2025-10-09 | 848.2822 |
| 2025-10-16 | 848.3591 |
| 2025-10-23 | 848.2992 |
| 2025-10-30 | 848.0343 |
| 2025-11-06 | 846.7030 |
| 2025-11-13 | 846.3348 |
| 2025-11-20 | 846.3940 |
| 2025-11-27 | 846.0244 |
| 2025-12-04 | 846.1158 |
| 2025-12-12 | 846.0654 |
| 2025-12-19 | 845.8699 |
| 2025-12-26 | 846.2694 |
| 2026-01-02 | 845.7354 |
| 2026-01-09 | 846.1780 |
| 2026-01-16 | 845.7932 |
| 2026-01-23 | 846.2974 |
| 2026-01-30 | 846.1821 |
| 2026-02-06 | 846.2781 |
| 2026-02-13 | 846.5128 |
| 2026-02-20 | 846.4750 |
| 2026-02-27 | 846.4536 |
| 2026-03-06 | 846.5211 |
| 2026-03-13 | 846.5713 |
| 2026-03-20 | 846.5752 |
| 2026-03-27 | 846.5387 |
| 2026-04-03 | 798.2571 |
| 2026-04-10 | 847.6615 |
| 2026-04-17 | 847.6762 |
| 2026-04-24 | 846.9910 |
| 2026-05-01 | 846.9484 |
| 2026-05-08 | 846.9396 |
| 2026-05-16 | 846.5139 |
| 2026-05-24 | 846.5158 |
| 2026-05-31 | 846.5397 |
| 2026-06-09 | 846.5749 |
| 2026-06-16 | 846.5577 |
| 2026-06-23 | 846.5191 |
| 2026-06-30 | 846.5627 |
| 2026-07-07 | 846.5222 |
| 2026-07-14 | 846.5172 |
| 2026-07-21 | 846.5251 |
| 2026-07-28 | 846.5164 |
| 2026-08-04 | 846.4842 |
| 2026-08-11 | 846.5486 |
| 2026-08-18 | 846.5081 |
| 2026-08-26 | 846.5008 |
| 2026-09-02 | 846.6172 |
| 2026-09-09 | 846.5627 |
| 2026-09-16 | 846.4843 |
| 2026-09-23 | 846.5407 |
High
848.3591
Low
798.2571
Average
845.7719
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.