biquote
Home/Forex/AUDJPY
FOREX · Forex

AUDJPY

Australian Dollar vs Japanese Yen
110.261
0.56% today
Last 24 hours
Bid
110.257
Ask
110.265
Day High
110.762
Day Low
110.053

AUDJPY key statistics

1 week
-2.05%
1 month
-2.65%
52w high
114.96
52w low
100.14
Avg daily range
+0.57%
History from
11 Nov 2025

Highs and lows are taken from 261 daily bars — the high was set on 28 Aug 2026 and the low on 18 Nov 2025. AUDJPY is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00800, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).

AUDJPY daily history

DateOpenHighLowCloseChange
11 Sept 2026110.55110.77110.06110.26-0.26%
10 Sept 2026110.88111.02110.23110.55-0.30%
09 Sept 2026110.81111.11110.64110.88+0.06%
08 Sept 2026111.09111.51110.28110.81-0.25%
07 Sept 2026112.57112.61111.04111.09-1.32%
06 Sept 2026112.29112.60112.29112.57+0.24%
04 Sept 2026112.07112.80111.76112.57+0.45%
03 Sept 2026113.83113.91111.70112.06-1.55%
02 Sept 2026114.47114.67113.39113.83-0.56%
01 Sept 2026114.55114.68114.18114.47-0.07%

AUDJPY API access

Australian Dollar vs Japanese Yen prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.

curl
curl "https://biquote.io/api/AUDJPY"
Python
import requests

r = requests.get("https://biquote.io/api/AUDJPY")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/AUDJPY");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for AUDJPY
const conn = new signalR.HubConnectionBuilder()
  .withUrl("https://biquote.io/hubs/tick")
  .build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "AUDJPY");

Also available for AUDJPY: daily candles, hourly candles · full API documentation

More forex instruments

AUDJPY Live Rate — Australian Dollar vs Japanese Yen Price and Chart | biquote