Skip to content

SGD to AUD exchange rate API

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

1.1141

▲ +9.41% over 5Y

1 SGD = 1.1141 AUD · 1 AUD = 0.89762 SGD · Get this rate via the API

1 SGD buys 1.1141 AUD as of 2026-09-26, so 1 AUD buys 0.89762 SGD. Over the last 5 years, SGD/AUD traded between 1.0006 and 1.2039, averaged 1.1199 and rose 9.41%. The API holds daily SGD/AUD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SGD/AUD over 5Y

SGD/AUD over 5Y: show the values
PointSGD/AUD
2021-09-271.0182
2021-11-081.0006
2021-12-201.0285
2022-01-311.0470
2022-03-141.0127
2022-04-271.0155
2022-06-081.0100
2022-07-201.0396
2022-08-311.0445
2022-10-121.1136
2022-11-231.0858
2023-01-051.0916
2023-02-161.0849
2023-03-301.1243
2023-05-161.1211
2023-06-271.1085
2023-08-081.1396
2023-09-191.1350
2023-10-311.1524
2023-12-121.1325
2024-01-261.1313
2024-03-081.1313
2024-04-231.1370
2024-06-051.1157
2024-07-171.1065
2024-08-271.1312
2024-10-011.1243
2024-10-311.1518
2024-11-301.1464
2024-12-301.1828
2025-01-291.1892
2025-02-281.1926
2025-03-301.1860
2025-04-291.1920
2025-05-291.2039
2025-06-281.2008
2025-07-281.1928
2025-08-271.1990
2025-09-261.1843
2025-10-261.1792
2025-11-251.1888
2025-12-251.1619
2026-01-241.1397
2026-02-231.1170
2026-03-251.1226
2026-04-241.0966
2026-05-241.0942
2026-06-231.1124
2026-07-231.1074
2026-08-221.0985
2026-09-211.0991

High

1.2039

Low

1.0006

Average

1.1199

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/AUD API questions

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

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

How far back does SGD/AUD historical data go?

Daily SGD/AUD 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 SGD/AUD 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.