biquote
Home/Stocks/JP225
INDEX · Index

JP225

Japan 225 Index
64,103
1.44% today
Last 24 hours
Bid
64,101.9
Ask
64,104.1
Day High
64,324.4
Day Low
63,066.8

JP225 key statistics

1 week
-3.03%
1 month
-7.03%
52w high
73,710.45
52w low
48,019.60
Avg daily range
+1.82%
History from
11 Nov 2025

Highs and lows are taken from 261 daily bars — the high was set on 22 Jun 2026 and the low on 21 Nov 2025. JP225 is quoted to 2 decimal places, minimum tick 0.01, spread at last quote 2.20, quoted in USD on INDEX, sourced from MetaTrader 5 (Broker 1).

JP225 daily history

DateOpenHighLowCloseChange
11 Sept 202663,194.1064,320.5063,073.0064,103.00+1.44%
10 Sept 202664,607.5065,361.0063,181.6063,196.60-2.18%
09 Sept 202665,031.0065,831.0064,164.0064,605.00-0.66%
08 Sept 202665,861.0066,811.0064,868.5065,011.00-1.29%
07 Sept 202666,109.0066,711.5065,841.0065,866.00-0.37%
06 Sept 202665,936.6066,451.3065,924.1566,104.00+0.25%
04 Sept 202664,600.0065,990.0064,310.0065,815.00+1.88%
03 Sept 202664,713.0064,800.0063,723.0064,640.00-0.11%
02 Sept 202664,843.0064,948.0063,728.0064,718.00-0.19%
01 Sept 202665,821.0066,563.5064,653.0064,848.00-1.48%

JP225 API access

Japan 225 Index 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/JP225"
Python
import requests

r = requests.get("https://biquote.io/api/JP225")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/JP225");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for JP225
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", "JP225");

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

More stocks instruments

JP225 Live Price — Japan 225 Index Price and Chart | biquote