AUD to SDG exchange rate API
Australian Dollar to Sudanese Pound · quoted 2026-09-25
421.4592
▲ +3.19% over 5Y
1 AUD = 421.4592 SDG · 1 SDG = 0.002373 AUD · Get this rate via the API
1 AUD buys 421.4592 SDG as of 2026-09-25, so 1 SDG buys 0.002373 AUD. Over the last 5 years, AUD/SDG traded between 360.0160 and 432.9836, averaged 398.7873 and rose 3.19%. The API holds daily AUD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/SDG over 5Y: show the values
| Point | AUD/SDG |
|---|---|
| 2024-08-24 | 408.4110 |
| 2024-10-07 | 408.8113 |
| 2024-11-06 | 394.6257 |
| 2024-12-06 | 385.5754 |
| 2025-01-05 | 372.0707 |
| 2025-02-04 | 373.3596 |
| 2025-03-06 | 380.6695 |
| 2025-04-06 | 360.0160 |
| 2025-05-06 | 387.9113 |
| 2025-06-07 | 389.9619 |
| 2025-07-07 | 390.3288 |
| 2025-08-06 | 390.5199 |
| 2025-09-05 | 393.0676 |
| 2025-10-06 | 396.8352 |
| 2025-11-05 | 389.3229 |
| 2025-12-05 | 398.0954 |
| 2026-01-05 | 400.1703 |
| 2026-02-04 | 421.7213 |
| 2026-03-06 | 420.5033 |
| 2026-04-05 | 360.6757 |
| 2026-05-05 | 430.5466 |
| 2026-06-06 | 422.6687 |
| 2026-07-08 | 415.5480 |
| 2026-08-07 | 422.6121 |
| 2026-09-07 | 432.9836 |
High
432.9836
Low
360.0160
Average
398.7873
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/SDG API questions
How do I get the AUD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/SDG rate in rates.SDG.
How far back does AUD/SDG historical data go?
Daily AUD/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 AUD/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.