JOD to SDG exchange rate API
Jordanian Dinar to Sudanese Pound · quoted 2026-09-25
846.5297
▲ +0.05% over YTD
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 year to date, JOD/SDG traded between 797.3469 and 847.6706, averaged 845.2364 and rose 0.05%. 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 YTD: show the values
| Point | JOD/SDG |
|---|---|
| 2025-12-31 | 846.1254 |
| 2026-01-07 | 846.1458 |
| 2026-01-14 | 845.9605 |
| 2026-01-21 | 846.2487 |
| 2026-01-28 | 845.6111 |
| 2026-02-04 | 846.1217 |
| 2026-02-11 | 846.4588 |
| 2026-02-18 | 846.4354 |
| 2026-02-25 | 846.4872 |
| 2026-03-04 | 846.5435 |
| 2026-03-11 | 846.6410 |
| 2026-03-18 | 846.4857 |
| 2026-03-25 | 846.5789 |
| 2026-04-01 | 797.3469 |
| 2026-04-08 | 846.5645 |
| 2026-04-15 | 847.6706 |
| 2026-04-22 | 846.2446 |
| 2026-04-29 | 846.9646 |
| 2026-05-06 | 846.9734 |
| 2026-05-14 | 846.5875 |
| 2026-05-21 | 846.4951 |
| 2026-05-29 | 846.4939 |
| 2026-06-05 | 846.4914 |
| 2026-06-14 | 846.5520 |
| 2026-06-21 | 846.5541 |
| 2026-06-28 | 846.5152 |
| 2026-07-05 | 846.5455 |
| 2026-07-12 | 846.5048 |
| 2026-07-19 | 846.5641 |
| 2026-07-26 | 846.5080 |
| 2026-08-02 | 846.5645 |
| 2026-08-09 | 846.5051 |
| 2026-08-16 | 846.5622 |
| 2026-08-24 | 846.4752 |
| 2026-08-31 | 846.5621 |
| 2026-09-07 | 846.4725 |
| 2026-09-14 | 846.5676 |
| 2026-09-21 | 846.5607 |
High
847.6706
Low
797.3469
Average
845.2364
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.