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: show the values
| Point | SGD/AUD |
|---|---|
| 2021-09-27 | 1.0182 |
| 2021-11-08 | 1.0006 |
| 2021-12-20 | 1.0285 |
| 2022-01-31 | 1.0470 |
| 2022-03-14 | 1.0127 |
| 2022-04-27 | 1.0155 |
| 2022-06-08 | 1.0100 |
| 2022-07-20 | 1.0396 |
| 2022-08-31 | 1.0445 |
| 2022-10-12 | 1.1136 |
| 2022-11-23 | 1.0858 |
| 2023-01-05 | 1.0916 |
| 2023-02-16 | 1.0849 |
| 2023-03-30 | 1.1243 |
| 2023-05-16 | 1.1211 |
| 2023-06-27 | 1.1085 |
| 2023-08-08 | 1.1396 |
| 2023-09-19 | 1.1350 |
| 2023-10-31 | 1.1524 |
| 2023-12-12 | 1.1325 |
| 2024-01-26 | 1.1313 |
| 2024-03-08 | 1.1313 |
| 2024-04-23 | 1.1370 |
| 2024-06-05 | 1.1157 |
| 2024-07-17 | 1.1065 |
| 2024-08-27 | 1.1312 |
| 2024-10-01 | 1.1243 |
| 2024-10-31 | 1.1518 |
| 2024-11-30 | 1.1464 |
| 2024-12-30 | 1.1828 |
| 2025-01-29 | 1.1892 |
| 2025-02-28 | 1.1926 |
| 2025-03-30 | 1.1860 |
| 2025-04-29 | 1.1920 |
| 2025-05-29 | 1.2039 |
| 2025-06-28 | 1.2008 |
| 2025-07-28 | 1.1928 |
| 2025-08-27 | 1.1990 |
| 2025-09-26 | 1.1843 |
| 2025-10-26 | 1.1792 |
| 2025-11-25 | 1.1888 |
| 2025-12-25 | 1.1619 |
| 2026-01-24 | 1.1397 |
| 2026-02-23 | 1.1170 |
| 2026-03-25 | 1.1226 |
| 2026-04-24 | 1.0966 |
| 2026-05-24 | 1.0942 |
| 2026-06-23 | 1.1124 |
| 2026-07-23 | 1.1074 |
| 2026-08-22 | 1.0985 |
| 2026-09-21 | 1.0991 |
High
1.2039
Low
1.0006
Average
1.1199
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.