auto-sync: 2026-05-01 15:56:29
This commit is contained in:
@@ -20,7 +20,7 @@ try:
|
|||||||
print(hs300.head(10))
|
print(hs300.head(10))
|
||||||
|
|
||||||
# 保存成分股列表
|
# 保存成分股列表
|
||||||
output_file = "/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/hs300_constituents_latest.csv"
|
output_file = "/Volumes/stock/A股数据/stock_info/hs300_constituents_latest.csv"
|
||||||
hs300.to_csv(output_file, index=False, encoding='utf-8')
|
hs300.to_csv(output_file, index=False, encoding='utf-8')
|
||||||
|
|
||||||
# 保存JSON格式
|
# 保存JSON格式
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ print("="*70)
|
|||||||
|
|
||||||
# 创建下载器
|
# 创建下载器
|
||||||
downloader = AStockDailyDownloader(
|
downloader = AStockDailyDownloader(
|
||||||
base_dir="/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/daily",
|
base_dir="/Volumes/stock/A股数据/日线数据/daily",
|
||||||
start_date="2010-01-01",
|
start_date="2010-01-01",
|
||||||
end_date=None, # 到今天
|
end_date=None, # 到今天
|
||||||
retry_count=3,
|
retry_count=3,
|
||||||
|
|||||||
Reference in New Issue
Block a user