From 468f5829b9bfbd9513e23779ccbe33202f153132 Mon Sep 17 00:00:00 2001 From: claude_dev Date: Sat, 11 Jul 2026 15:00:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(data):=20baostock=E5=8F=82=E6=95=B0=20adjus?= =?UTF-8?q?tfield=E2=86=92adjustflag(=E7=9C=9F=E5=AE=9E=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=90=8D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanguo_data/index_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanguo_data/index_downloader.py b/sanguo_data/index_downloader.py index d4b24b2..a033162 100644 --- a/sanguo_data/index_downloader.py +++ b/sanguo_data/index_downloader.py @@ -41,7 +41,7 @@ def download_index(symbol: str, start_year: int, end_year: int, out_dir: str) -> start_date=start_date, end_date=end_date, frequency="d", - adjustfield="3" # 不复权 + adjustflag="3" # 不复权 ) if rs.error_code not in ("0", "success"):