biquote
NYSE · Stock

NKE

Nike, Inc.
36.60
Market closed · last price 1d ago
Last 24 hours
Bid
36.56
Ask
36.65
Day High
37.11
Day Low
36.53

NKE key statistics

1 week
-5.67%
1 month
-14.64%
52w high
79.810
52w low
36.575
Avg daily range
+1.85%
History from
13 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 25 Aug 2025 and the low on 10 Sept 2026. NKE is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.09000, quoted in USD on NYSE, sourced from MetaTrader 5 (Broker 1).

NKE daily history

DateOpenHighLowCloseChange
10 Sept 202636.87537.15536.57536.605-0.73%
09 Sept 202637.26537.84537.01537.375+0.30%
08 Sept 202638.38538.71537.91538.025-0.94%
04 Sept 202638.04538.65538.02538.515+1.24%
01 Sept 202638.39538.55537.97538.185-0.55%
31 Aug 202639.26539.27538.64538.805-1.17%
28 Aug 202638.55539.20538.33539.155+1.56%
27 Aug 202638.24538.31537.86538.035-0.55%
26 Aug 202638.76539.04538.12538.295-1.21%
20 Aug 202640.28540.45539.62540.165-0.30%

NKE API access

Nike, Inc. 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/NKE"
Python
import requests

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

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

More stocks instruments

NKE Live Price — Nike, Inc. Price and Chart | biquote