添加新股票

This commit is contained in:
jackyu66git
2025-12-16 18:11:06 +08:00
parent 4e6b0b9e75
commit 77d3fb35d5
3 changed files with 3 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+1
View File
@@ -161,3 +161,4 @@ cython_debug/
.DS_Store
.DS_Store
.DS_Store
.DS_Store
+2
View File
@@ -81,6 +81,8 @@ class ChinaStockData:
def get_popular_stocks(self):
"""获取热门A股股票代码列表 - 扩展版本,按行业分类"""
return [
# 包装引印刷
{'symbol': '002836', 'name': '新宏泽', 'sector': '包装印刷'},
# 银行股
{'symbol': '600036', 'name': '招商银行', 'sector': '银行'},
{'symbol': '000001', 'name': '平安银行', 'sector': '银行'},