8000端口是一个基于AI的股票分析系统,提供智能选股、因子分析、回测等功能。 系统集成在8001端口的管理后台中,可以通过管理后台的"AI分析"功能调用。
# 请求
POST /api/v1/analysis/analyze
Content-Type: application/json
{"stock_code": "600498"}
# 请求
GET /api/v1/stocks
# 请求
POST /api/v1/backtest/run
Content-Type: application/json
{"stock_code": "600498", "start_date": "20250101", "end_date": "20251231"}
8001系统的管理后台已经集成了8000的AI分析功能:
8000 AI股票分析系统
数据源:akshare | 智能模型:MiniMax