FOREX · Forex
AUDSGD
Australian Dollar vs Singapore Dollar
0.9082
▼ 0.52% today
Last 24 hours
Bid
0.9080
Ask
0.9084
Day High
0.9082
Day Low
0.9070
AUDSGD key statistics
1 week
-0.54%
1 month
+0.02%
52w high
0.92480
52w low
0.83742
Avg daily range
+0.28%
History from
11 Nov 2025
Highs and lows are taken from 261 daily bars — the high was set on 13 May 2026 and the low on 25 Nov 2025. AUDSGD is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00036, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).
AUDSGD daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 11 Sept 2026 | 0.90752 | 0.90835 | 0.90714 | 0.90818 | +0.07% |
| 10 Sept 2026 | 0.91295 | 0.91309 | 0.90702 | 0.90751 | -0.60% |
| 09 Sept 2026 | 0.91301 | 0.91474 | 0.91204 | 0.91293 | -0.01% |
| 08 Sept 2026 | 0.91380 | 0.91434 | 0.91135 | 0.91300 | -0.09% |
| 07 Sept 2026 | 0.91313 | 0.91473 | 0.91256 | 0.91383 | +0.08% |
| 06 Sept 2026 | 0.91216 | 0.91325 | 0.91192 | 0.91311 | +0.10% |
| 04 Sept 2026 | 0.91214 | 0.91414 | 0.90891 | 0.91266 | +0.06% |
| 03 Sept 2026 | 0.91070 | 0.91358 | 0.90892 | 0.91213 | +0.16% |
| 02 Sept 2026 | 0.90991 | 0.91163 | 0.90736 | 0.91072 | +0.09% |
| 01 Sept 2026 | 0.91144 | 0.91240 | 0.90903 | 0.90990 | -0.17% |
AUDSGD API access
Australian Dollar vs Singapore Dollar prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/AUDSGD"
Python
import requests
r = requests.get("https://biquote.io/api/AUDSGD")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/AUDSGD");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for AUDSGD
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "AUDSGD");Also available for AUDSGD: daily candles, hourly candles · full API documentation
News about AUDSGD
- AUD/SGD intraday : 0.9065 expectedTOP1markets·1w ago
- AUD SGD Exchange Rate and ChartTradingView·477w ago
- Treat the return of risk appetite with cautionUBS·80w ago
- AUD SGD Chart & Rate - AUD SGD TradingFOREX.com·410w ago
- AUD/SGD Forecast | Will AUD/SGD Go Up or Down?Capital.com·211w ago
- AUD SGD Chart & Rate - AUD SGD TradingFOREX.com·53w ago