Skip to main contentVersion 1.0.0 - September 2, 2025
Initial Production Release
Core API
- 8 production endpoints
- Real-time RBA data (daily updates)
- Historical data from 2018 onwards
- 21 supported currencies including TWI and SDR
Authentication
- Bearer token authentication
- Australian suburb-based API key prefixes
- Plan-based rate limiting
Endpoints
Public (no auth)
GET /status - API status
GET /symbols - Supported currencies
GET /convert - Free conversion (3/hour per IP)
Authenticated
GET /latest - Current rates
GET /latest/{currency} - Current rate for currency
GET /{date} - Historical rates
GET /{date}/{currency} - Historical rate for currency
GET /timeseries - Date range rates
GET /convert - Unlimited conversions
Supported Currencies
Major: USD, EUR, GBP, JPY, CHF, CAD
Asia-Pacific: CNY, KRW, SGD, NZD, HKD, TWD, INR, THB, MYR, IDR, VND, PHP
Special: TWI (Trade-Weighted Index), SDR (Special Drawing Rights)
Bug Fixes
August 2025
- Fixed DST timezone handling
- Fixed historical data precision
- Added comprehensive error responses
- Added request ID tracking
- Improved response times