Core coverage
Query realtime snapshots for multiple China stocks
Built for developers and AI agents, connect intraday price snapshots and multi-source financial news to monitoring, alerts and AI workflows for timely event analysis.
Query realtime snapshots for multiple China stocks
Aggregate fast financial-news feeds
Power intraday monitoring, events and AI agents
Every endpoint uses consistent authentication, security symbols and JSON responses, with REST API, Python SDK and MCP access available.
# pip install quantcoda import quantcoda as qc qc.set_token("qc_live_your_key") df = qc.realtime(symbol="600519.SH,000001.SZ")
Realtime & News is exposed through 2 documented endpoints. Each response preserves exchange-qualified security symbols, explicit trading or reporting dates and stable field meanings so that the same query can be reviewed in code, a backtest or an agent workflow.
Latest intraday snapshot per security; outside market hours the latest closing snapshot is returned.
Typical filters: symbol
Realtime financial news from cls, jin10 or sina, ordered by publication time with about 60 seconds of delay.
Typical filters: source, start_date, end_date, importance
China stock symbols include their exchange suffix, such as 600519.SH, 000001.SZ or 430047.BJ. Calendar dates use YYYYMMDD; financial endpoints distinguish announcement dates from reporting periods.
REST responses use typed JSON values. The official Python SDK converts the same records into pandas DataFrames, while MCP exposes the same authenticated data contract to compatible AI clients.
The documentation lists request parameters, response columns, units and plan requirements for every endpoint. Missing values remain explicit rather than being silently imputed by the API.
Explore prices, ETFs, financials, flows, indices and realtime information to build a complete research data workflow.
Browse all data services