Skip to content

AUD to SGD exchange rate API

Australian Dollar to Singapore Dollar · quoted 2026-09-25

0.89768

▼ +1.60% over 30D

1 AUD = 0.89768 SGD · 1 SGD = 1.1140 AUD · Get this rate via the API

1 AUD buys 0.89768 SGD as of 2026-09-25, so 1 SGD buys 1.1140 AUD. Over the last 30 days, AUD/SGD traded between 0.89768 and 0.91466, averaged 0.90920 and fell 1.60%. The API holds daily AUD/SGD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

AUD/SGD over 30D

AUD/SGD over 30D: show the values
PointAUD/SGD
2026-08-260.91232
2026-08-270.91405
2026-08-280.91466
2026-08-290.91293
2026-08-300.91247
2026-08-310.91149
2026-09-010.90936
2026-09-020.90999
2026-09-030.91193
2026-09-040.91261
2026-09-050.91394
2026-09-060.91273
2026-09-070.91353
2026-09-080.91322
2026-09-090.91276
2026-09-100.90994
2026-09-110.90941
2026-09-120.90841
2026-09-130.90758
2026-09-140.90581
2026-09-150.90669
2026-09-160.90814
2026-09-170.90724
2026-09-180.91028
2026-09-190.90918
2026-09-200.90913
2026-09-210.90986
2026-09-220.90634
2026-09-230.90344
2026-09-240.89936
2026-09-250.89784

High

0.91466

Low

0.89768

Average

0.90920

For developers

Get this rate via the API

One GET request returns the AUD/SGD 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=SGD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=SGD");
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=SGD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/SGD API questions

How do I get the AUD/SGD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=SGD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/SGD rate in rates.SGD.

How far back does AUD/SGD historical data go?

Daily AUD/SGD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/SGD 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.