查询股票历史数据的分析统计,根据股票代码和日期获取历史行情,返回开盘价、收盘价、最高价、最低价、成交量、成交额、换手率、涨跌幅等,可绘制日线图及走势分析。本数据仅用于学习分析,不得对外展示。
提供港股通每日成交信息,数据通常在交易日后的第三个工作日更新。
showapi_res_body
curl -X POST "https://route.showapi.com/131-82?appKey=YOUR_APPKEY" \ -H "content-type: application/x-www-form-urlencoded"
{ "showapi_res_id": "", "showapi_res_error": "", "showapi_res_code": 0, "showapi_res_body": { "ret_code": 0, "remark": "", "list": [ { "sell_amount": "88.6300", "trade_date": "20210817", "buy_amount": "69.4500", "sell_volume": "11.7300", "buy_volume": "12.0700" }, { "sell_amount": "69.4400", "trade_date": "20210818", "buy_amount": "70.7200", "sell_volume": "10.8600", "buy_volume": "11.6100" } ] } }
在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。
{ "mcpServers": { "showapi-mcp-131": { "url": "http://www.showapi.com.cn/mcp/131/{your_appKey}" } } }
标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。
客服热线请拨打
400-998-8033