biquote
NYSE · Stock

MCD

McDonalds Corporation
253.63
0.28% today
Last 24 hours
Bid
253.58
Ask
253.69
Day High
253.68
Day Low
252.07

MCD key statistics

1 week
-3.75%
1 month
-6.81%
52w high
339.67
52w low
252.16
Avg daily range
+1.40%
History from
13 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 02 Mar 2026 and the low on 11 Sept 2026. MCD is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.11000, quoted in USD on NYSE, sourced from MetaTrader 5 (Broker 1).

MCD daily history

DateOpenHighLowCloseChange
11 Sept 2026253.08253.74252.16253.64+0.22%
09 Sept 2026254.48256.48253.38254.34-0.06%
08 Sept 2026254.76256.83254.68256.07+0.51%
04 Sept 2026256.72257.37255.81256.23-0.19%
01 Sept 2026261.96264.49260.73261.62-0.13%
31 Aug 2026262.53264.21261.83263.52+0.38%
28 Aug 2026261.46263.04261.02262.89+0.55%
27 Aug 2026261.53261.96258.45258.76-1.06%
26 Aug 2026266.06266.77264.54265.83-0.09%
20 Aug 2026268.51270.62267.46268.89+0.14%

MCD API access

McDonalds Corporation 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/MCD"
Python
import requests

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

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

More stocks instruments

MCD Live Price — McDonalds Corporation Price and Chart | biquote