biquote
NYSE · Stock

LMT

Lockheed Martin Corporation
524.78
Market closed · last price 52m ago
Last 24 hours
Bid
524.62
Ask
524.95
Day High
528.04
Day Low
521.71

LMT key statistics

1 week
-5.73%
1 month
-9.83%
52w high
682.57
52w low
430.36
Avg daily range
+1.65%
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 13 Aug 2025. LMT is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.33000, quoted in USD on NYSE, sourced from MetaTrader 5 (Broker 1).

LMT daily history

DateOpenHighLowCloseChange
11 Sept 2026527.79528.51521.97524.77-0.57%
09 Sept 2026536.20536.21525.03526.37-1.83%
08 Sept 2026534.27541.46533.20536.36+0.39%
04 Sept 2026528.26529.36524.18524.54-0.70%
01 Sept 2026559.13559.83541.75543.50-2.80%
31 Aug 2026559.20560.09555.01556.69-0.45%
28 Aug 2026561.37561.62557.72560.89-0.08%
27 Aug 2026558.80562.43558.73562.38+0.64%
26 Aug 2026561.72566.68559.51563.94+0.40%
20 Aug 2026582.30585.27567.36567.80-2.49%

LMT API access

Lockheed Martin 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/LMT"
Python
import requests

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

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

More stocks instruments

LMT Live Price — Lockheed Martin Corporation Price and Chart | biquote