biquote
NYSE · Stock

CSCO

Cisco Systems, Inc.
111.31
1.99% today
Last 24 hours
Bid
111.28
Ask
111.35
Day High
111.66
Day Low
109.33

CSCO key statistics

1 week
+0.51%
1 month
-4.10%
52w high
130.19
52w low
65.800
Avg daily range
+1.74%
History from
13 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 04 Jun 2026 and the low on 15 Aug 2025. CSCO 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).

CSCO daily history

DateOpenHighLowCloseChange
11 Sept 2026109.53111.70109.38111.32+1.63%
09 Sept 2026109.22110.19108.90109.15-0.07%
08 Sept 2026108.78109.43108.26108.91+0.11%
04 Sept 2026109.35110.18108.91109.12-0.21%
01 Sept 2026109.56109.75108.78109.60+0.03%
31 Aug 2026110.58110.97109.48110.76+0.16%
28 Aug 2026110.70111.35109.61109.68-0.93%
27 Aug 2026112.17112.17111.49111.60-0.51%
26 Aug 2026112.11112.82111.09112.74+0.56%
20 Aug 2026110.26111.50109.17109.70-0.51%

CSCO API access

Cisco Systems, 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/CSCO"
Python
import requests

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

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

More stocks instruments

CSCO Live Price — Cisco Systems, Inc. Price and Chart | biquote