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 变量")