biquote
NYSE · Stock

CVS

CVS Health Corporation
94.22
1.45% today
Last 24 hours
Bid
94.17
Ask
94.26
Day High
95.60
Day Low
93.88

CVS key statistics

1 week
-0.04%
1 month
-13.79%
52w high
110.03
52w low
65.280
Avg daily range
+1.78%
History from
13 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 22 Jul 2026 and the low on 13 Aug 2025. CVS 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).

CVS daily history

DateOpenHighLowCloseChange
11 Sept 202695.55595.67593.95594.215-1.40%
09 Sept 202694.33596.05092.81095.605+1.35%
08 Sept 202695.44596.73095.25096.370+0.97%
04 Sept 202696.89097.68596.29097.020+0.13%
01 Sept 202695.83097.38595.78597.090+1.31%
31 Aug 202693.42094.37092.88094.250+0.89%
28 Aug 202693.20593.91593.03093.225+0.02%
27 Aug 202693.95094.04593.16593.225-0.77%
26 Aug 202694.05094.86593.49094.295+0.26%
20 Aug 202693.61594.27093.33593.900+0.30%

CVS API access

CVS Health 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/CVS"
Python
import requests

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

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

More stocks instruments

CVS Live Price — CVS Health Corporation Price and Chart | biquote