Skip to content

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

AUD/SDG over 5Y: show the values
PointAUD/SDG
2024-08-24408.4110
2024-10-07408.8113
2024-11-06394.6257
2024-12-06385.5754
2025-01-05372.0707
2025-02-04373.3596
2025-03-06380.6695
2025-04-06360.0160
2025-05-06387.9113
2025-06-07389.9619
2025-07-07390.3288
2025-08-06390.5199
2025-09-05393.0676
2025-10-06396.8352
2025-11-05389.3229
2025-12-05398.0954
2026-01-05400.1703
2026-02-04421.7213
2026-03-06420.5033
2026-04-05360.6757
2026-05-05430.5466
2026-06-06422.6687
2026-07-08415.5480
2026-08-07422.6121
2026-09-07432.9836

High

432.9836

Low

360.0160

Average

398.7873

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=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&currencies=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.