biquote
NYSE · Stock

PFE

Pfizer, Inc.
27.61
Market closed · last price 54m ago
Last 24 hours
Bid
27.57
Ask
27.64
Day High
27.66
Day Low
27.39

PFE key statistics

1 week
-3.76%
1 month
+9.00%
52w high
29.045
52w low
23.475
Avg daily range
+1.55%
History from
13 Aug 2025

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

PFE daily history

DateOpenHighLowCloseChange
11 Sept 202627.58527.69527.42527.615+0.11%
09 Sept 202627.60527.96527.57527.825+0.80%
08 Sept 202627.87528.13527.79527.865-0.04%
04 Sept 202628.54528.66528.38528.445-0.35%
01 Sept 202628.93529.04528.47528.505-1.49%
31 Aug 202627.87528.69527.77528.695+2.94%
28 Aug 202627.88528.01527.78527.905+0.07%
27 Aug 202628.09528.17527.90527.975-0.43%
26 Aug 202628.35528.47528.14528.365+0.04%
20 Aug 202627.85528.15527.64527.825-0.11%

PFE API access

Pfizer, 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/PFE"
Python
import requests

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

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

More stocks instruments

PFE Live Price — Pfizer, Inc. Price and Chart | biquote