CHINA MARKET DATA
China stock
data API.
Prices, financials and market context. One API for your Python research, applications and AI agents.
# pip install quantcoda
import os
import quantcoda as qc
qc.set_token(os.environ["QUANTCODA_API_KEY"])
df = qc.daily(
symbol="600519.SH",
start_date="20260105",
end_date="20260109"
)# Set QUANTCODA_API_KEY in your environment
curl --get "https://quantcoda.com/v1/market/daily" \
-H "X-API-Key: $QUANTCODA_API_KEY" \
--data-urlencode "symbol=600519.SH" \
--data-urlencode "start_date=20260105" \
--data-urlencode "end_date=20260109"{
"mcpServers": {
"quantcoda": {
"url": "https://quantcoda.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}The market, in context.
Follow a security from daily prices to company fundamentals, positioning and the latest news.
FROM ACCESS TO ANALYSIS
Your tools.
Your workflow.
Use pandas, make an HTTP request or give your AI agent access to China market data.
- 01
Create your API key
Sign up, verify your email and create a key in your console.
- 02
Connect with your preferred interface
Python SDK, REST API or MCP Server.
- 03
Start with one research question
Choose a dataset, check its fields and bring the results into your analysis.
Start free. Scale your research.
Pro opens all standard datasets. Expert adds capacity for more demanding workloads.
Business — for commercial use
Tell us your use case, data scope and expected usage. Pricing and access are agreed in writing.
Paid monthly plans auto-renew. Annual one-time plans are also available. Compare plans →