Version 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
- Bearer token authentication
- Australian suburb-based API key prefixes
- Plan-based rate limiting
Endpoints
Public (no auth)GET /status- API statusGET /symbols- Supported currenciesGET /convert- Free conversion (3/hour per IP)
GET /latest- Current ratesGET /latest/{currency}- Current rate for currencyGET /{date}- Historical ratesGET /{date}/{currency}- Historical rate for currencyGET /timeseries- Date range ratesGET /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

