export data to DB

This commit is contained in:
2025-08-15 23:52:12 +08:00
parent 58010911b8
commit d38303698b
5 changed files with 1343 additions and 0 deletions

5
getStockList.py Normal file
View File

@@ -0,0 +1,5 @@
import akshare as ak
# 获取沪深 A 股股票列表
stock_list = ak.stock_info_a_code_name()
print(stock_list)