增加更多的历史记录,修正部份API数据获取错误,增加备用API (#5)

* 增加更多的历史记录,修正部份数据获取错误

* 增加更多的历史记录,修正部份API数据获取错误,增加备用API

---------

Co-authored-by: bathfire <>
This commit is contained in:
Eikwang
2025-10-29 16:22:18 +08:00
committed by GitHub
parent 16071f81e8
commit 91d32c6ffa
39 changed files with 2377 additions and 824 deletions
+3 -3
View File
@@ -55,10 +55,10 @@ class StockAnalysisAgents:
print("💰 资金面分析师正在分析中...")
# 如果有资金流向数据,显示数据来源
if fund_flow_data and fund_flow_data.get('query_success'):
print(" ✓ 已获取问财资金流向数据")
if fund_flow_data and fund_flow_data.get('data_success'):
print(" ✓ 已获取资金流向数据akshare数据源)")
else:
print(" ⚠ 未获取到问财资金流向数据,将基于技术指标分析")
print(" ⚠ 未获取到资金流向数据,将基于技术指标分析")
time.sleep(1)