Core coverage
Income statements, balance sheets and cash flows
Built for developers and AI agents, use consistent symbols and reporting periods across statements, indicators and earnings events for screening, fundamental research and model inputs.
Income statements, balance sheets and cash flows
Financial indicators, forecasts and earnings flashes
Audit opinions, business composition and disclosure dates
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.indicators(symbol="600519.SH", period="20251231")
Financials is exposed through 10 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, period
Typical filters: symbol, start_date, end_date, period
Typical filters: symbol, start_date, end_date, period
Typical filters: symbol, start_date, end_date, period
Typical filters: symbol, start_date, end_date, period
Typical filters: symbol, start_date, end_date, period
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/financials/indicators
PROIncome statements/v1/financials/income
PROBalance sheets/v1/financials/balance-sheet
PROCash flow statements/v1/financials/cash-flow
PROEarnings forecasts/v1/financials/forecast
PROEarnings flash reports/v1/financials/express
PROAnalyst earnings estimates/v1/financials/analyst-reports
PROAudit opinions/v1/financials/audit
PROMain business composition/v1/financials/main-business
PRODisclosure calendar/v1/financials/disclosure-date
Explore prices, ETFs, financials, flows, indices and realtime information to build a complete research data workflow.
Browse all data services