Skip to main content
GET
Latest Rate for Currency

Overview

The latest currency endpoint returns the current exchange rate for a single specified currency from the Reserve Bank of Australia. This is ideal when you only need the rate for one currency and want to reduce response size and processing time.
This endpoint requires authentication. Get your API key to start making requests.

Authentication

string
required
Bearer token with your API key: Bearer your_api_key_here

Path Parameters

string
required
Three-letter currency code (case-insensitive). Must be one of the supported currencies.Examples: USD, EUR, GBP, JPY, NZD

Request

Response

Response Fields

boolean
Indicates if the request was successful
integer
Unix timestamp for the rate date (midnight UTC)
string
Base currency (always “AUD”)
string
Date of the exchange rate in YYYY-MM-DD format
object
Object containing the requested currency code and its exchange rate

Response Headers

  • Cache-Control: no-store - Response should not be cached
  • X-Request-Id: <uuid> - Unique request identifier for debugging
  • X-Data-Stale: true - Present only when serving fallback data
  • X-RBA-Source-Date: YYYY-MM-DD - Present only when serving fallback data

Error Responses

Rate Limits

This endpoint is subject to your plan’s monthly request limits:

Data Freshness

  • Rates are updated daily at 4:00 PM AEST by the Reserve Bank of Australia
  • Our system fetches new data within 30 minutes of RBA publication
  • If fresh data is unavailable, we serve the most recent available rates with staleness headers

Use Cases

  • Single Currency Monitoring: Track one specific currency without fetching all rates
  • Reduced Bandwidth: Minimize response size for mobile applications
  • Focused Analytics: Build dashboards for specific currency pairs
  • Real-time Updates: Monitor critical currency rates with lower latency

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

currency
enum<string>
required

Currency code Three-letter currency code

Available options:
AUD,
USD,
EUR,
GBP,
JPY,
CNY,
KRW,
INR,
SGD,
NZD,
THB,
MYR,
IDR,
VND,
HKD,
PHP,
CAD,
CHF,
TWD,
TWI,
SDR

Response

Latest exchange rate for currency

success
boolean
required
Example:

true

timestamp
integer
required

Unix timestamp of the rate date

base
string
required
Example:

"AUD"

date
string
required

Date of the rates (YYYY-MM-DD)

Pattern: ^\d{4}-\d{2}-\d{2}$
rates
object
required

Object containing currency codes as keys and exchange rates as values