sifting/io
Forex · FX

Australian Dollar / Japanese Yen (AUDJPY) market data

AUDJPY is the major pair for Australian Dollar against Japanese Yen.

About Australian Dollar / Japanese Yen (AUDJPY)

AUDJPY is the exchange rate of the Australian dollar against the Japanese yen, quoted as the number of yen for one Australian dollar. It is a cross pair with no US dollar leg and is often watched as a barometer of risk appetite, given the contrast between the two currencies.

SiftingIO consolidates AUDJPY from several independent sources into one rate. The live quote carries bid and ask with sizes, the mid, a spread in basis points, the venue count, the 24-hour change, and a millisecond timestamp, reachable as a REST snapshot or a WebSocket stream.

Bars are served over REST from one-minute to daily resolution in UTC. Every FX bar reports zero volume, because spot currencies have no central tape to count, while open, high, low, and close are fully populated. The history you can pull depends on your plan tier, from a recent free-tier window to the full archive higher up, as the pricing page sets out.

The refresh rate rises with tier from one to ten per second, and the median age of a published rate stays under 100 milliseconds, describing data freshness rather than fill speed. Each AUDJPY rate is a robust median weighted by venue and reputation, with source, ingest, and publish timestamps and a quality flag.

Reference data

Symbol
AUDJPY
Name
Australian Dollar / Japanese Yen
Asset class
Forex
Venue
FX
Base asset
AUD
Quote asset
JPY
Currency
JPY
Pair tier
major
Base currency
Australian Dollar
Quote currency
Japanese Yen

AUDJPY Forex Price and Market Data API

Access AUDJPY 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/AUDJPY 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/AUDJPY"
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": ["AUDJPY"] }

Related forex

Related reading

Frequently asked questions about Australian Dollar / Japanese Yen (AUDJPY)

What is AUDJPY?

AUDJPY is the exchange rate of the Australian dollar against the Japanese yen, quoted as yen per one Australian dollar. It is a cross rate that does not involve the US dollar.

How do I get real-time AUDJPY prices from an API?

Call the live snapshot endpoint for AUDJPY with your API key. It returns bid and ask with sizes, the mid, a basis-point spread, the venue count, the 24-hour change, and a millisecond timestamp.

Can I stream AUDJPY quotes over WebSocket?

Yes. Open a WebSocket connection and subscribe with the fx product and the AUDJPY symbol for a continuous feed of consolidated rates.

Why is volume 0 on AUDJPY bars?

Spot foreign exchange has no consolidated tape, so there is no authoritative traded volume. FX bars carry open, high, low, and close, and leave the volume field at zero.

How far back does AUDJPY history go?

The reachable window depends on your plan tier, from a recent free-tier slice to the full archive on higher tiers. The pricing page lists the exact spans.

What fields does the AUDJPY quote return?

The quote returns bid and ask with sizes, the mid, a spread in basis points, the venue count, the 24-hour change, and a millisecond timestamp, plus source, ingest, and publish times and a quality flag.

Australian Dollar / Japanese Yen Price (AUDJPY): Live & Historical Data API · SiftingIO