Core coverage
Daily prices, valuation, adjustments and technical factors
Built for developers and AI agents, bring prices, volume, valuation and market events into one interface for market review, screening, factor research and monitoring.
Daily prices, valuation, adjustments and technical factors
Margin trading, top lists and limit-up/down events
REST API, Python SDK and MCP access
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.daily(symbol="600519.SH", start_date="20260101")
Market Data is exposed through 14 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.
Typical filters: symbol, start_date, end_date, trade_date
Typical filters: symbol, start_date, end_date, trade_date
Typical filters: symbol, start_date, end_date, trade_date
Typical filters: symbol, start_date, end_date, trade_date
Typical filters: symbol, start_date, end_date, trade_date
Typical filters: symbol, start_date, end_date, trade_date
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.
/v1/market/daily
PRODaily valuation metrics (PE/PB/turnover/market cap)/v1/market/fundamentals
PROAdjustment factors/v1/market/adj-factor
PROTechnical indicators/v1/market/technical-factors
PROTechnical indicators Pro (adjusted prices + full set)/v1/market/technical-factors-pro
PROMargin trading detail/v1/market/margin
PROBlock trades/v1/market/block-trade
PRODragon-Tiger list (stocks)/v1/market/top-list
PRODragon-Tiger list (institutional seats)/v1/market/top-inst
PROShareholder count/v1/market/shareholders
PROMajor shareholder trades/v1/market/holder-trade
PROLimit-up/down list/v1/market/limit-list
PROConcept sector indices/v1/market/concepts
PROConcept sector constituents/v1/market/concept-members
Explore prices, ETFs, financials, flows, indices and realtime information to build a complete research data workflow.
Browse all data services