From 5cb6e88a018e216f543807f93915a573932cf14b Mon Sep 17 00:00:00 2001 From: 1101sanjith <143749984+1101sanjith@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:14:05 +0530 Subject: [PATCH] Update get_akshare_date_2024-2025_x.py --- examples/get_akshare_date_2024-2025_x.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/get_akshare_date_2024-2025_x.py b/examples/get_akshare_date_2024-2025_x.py index 070ecf89..6bf05548 100644 --- a/examples/get_akshare_date_2024-2025_x.py +++ b/examples/get_akshare_date_2024-2025_x.py @@ -9,7 +9,7 @@ def get_stock_market(stock_code): """ - 根据股票代码判断市场类型 + 根据股票代码判断市场类型j 返回: 市场前缀 '0'-深交所, '1'-上交所 """ if stock_code.startswith(('0', '2', '3')): @@ -626,4 +626,4 @@ def main(stock_code="002354", start_year=2024, end_year=2025): # 运行主程序 main(stock_code=TARGET_STOCK_CODE, start_year=START_YEAR, end_year=END_YEAR) - print(f"\n💡 提示:要获取其他股票数据,请修改代码中的 TARGET_STOCK_CODE 变量") \ No newline at end of file + print(f"\n💡 提示:要获取其他股票数据,请修改代码中的 TARGET_STOCK_CODE 变量")