biquote
NYSE · Stock

C

Citigroup Inc.
138.94
Market closed · last price 52m ago
Last 24 hours
Bid
138.72
Ask
139.17
Day High
141.06
Day Low
137.33

C key statistics

1 week
+5.17%
1 month
+5.26%
52w high
147.92
52w low
90.640
Avg daily range
+1.94%
History from
15 Aug 2025

Highs and lows are taken from 261 daily bars — the high was set on 18 Jun 2026 and the low on 20 Aug 2025. C is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.45000, quoted in USD on NYSE, sourced from MetaTrader 5 (Broker 1).

C daily history

DateOpenHighLowCloseChange
11 Sept 2026139.23141.32137.38138.91-0.23%
09 Sept 2026136.38138.52133.92138.33+1.43%
08 Sept 2026136.78137.96135.76137.16+0.28%
04 Sept 2026138.02138.19135.41137.66-0.26%
03 Sept 2026134.79138.55134.50138.33+2.63%
01 Sept 2026131.46134.60130.36132.08+0.47%
31 Aug 2026131.82132.37131.33131.64-0.14%
28 Aug 2026132.89133.62132.35132.59-0.23%
27 Aug 2026132.76133.44132.37132.58-0.14%
26 Aug 2026133.36134.06132.27133.74+0.28%

C API access

Citigroup 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/C"
Python
import requests

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

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

More stocks instruments

C Live Price — Citigroup Inc. Price and Chart | biquote