This commit is contained in:
liaozhaorun
2025-02-15 23:33:34 +08:00
parent 18d0876d86
commit 49fa31ac63
13 changed files with 2028 additions and 2580 deletions

View File

@@ -8,3 +8,4 @@ import time
# 读取本地保存的股票列表 CSV 文件(假设文件名为 stocks_data.csv
df = ts.pro_bar(ts_code='000001.SZ', adj='hfq', start_date='20180101')
print(df)