diff --git a/zhaoyun-data/scripts/data_acquisition/get_hs300_constituents.py b/zhaoyun-data/scripts/data_acquisition/get_hs300_constituents.py index c627d9d94..145142e98 100644 --- a/zhaoyun-data/scripts/data_acquisition/get_hs300_constituents.py +++ b/zhaoyun-data/scripts/data_acquisition/get_hs300_constituents.py @@ -24,7 +24,7 @@ try: hs300.to_csv(output_file, index=False, encoding='utf-8') # 保存JSON格式 - json_file = "/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/hs300_constituents_latest.json" + json_file = "/Volumes/stock/A股数据/stock_info/hs300_constituents_latest.json" constituents = [] for _, row in hs300.iterrows(): code = str(row.get('code', '')).zfill(6)