添加新股票

This commit is contained in:
jackyu66git
2025-12-16 18:10:51 +08:00
parent 5616ae4c32
commit ec2e16e1a0
4 changed files with 274 additions and 77 deletions
+2
View File
@@ -77,6 +77,8 @@ class ChinaStockData:
def get_popular_stocks(self):
"""获取热门A股股票代码列表 - 扩展版本,按行业分类"""
return [
# 包装引印刷
{'symbol': '002836', 'name': '新宏泽', 'sector': '包装印刷'},
# 银行股
{'symbol': '600036', 'name': '招商银行', 'sector': '银行'},
{'symbol': '000001', 'name': '平安银行', 'sector': '银行'},