Australian Dollar / US Dollar (AUDUSD) market data
AUDUSD is the major pair for Australian Dollar against US Dollar.
Reference data
- Symbol
- AUDUSD
- Name
- Australian Dollar / US Dollar
- Asset class
- Forex
- Venue
- FX
- Base asset
- AUD
- Quote asset
- USD
- Currency
- USD
- Pair tier
- major
- Base currency
- Australian Dollar
- Quote currency
- US Dollar
AUDUSD Forex Price and Market Data API
Access AUDUSD forex price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use forex/AUDUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time forex market updates.
REST · last trade
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/forex/AUDUSD"WebSocket · subscribe
# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "fx", "symbols": ["AUDUSD"] }