摘要:# -*- coding: utf-8 -*- import tushare as ts ts.set_token('') # 创建Tushare接口对象 pro = ts.pro_api() # 获取A股市场的所有股票代码 stock_list = pro.stock_basic(exchange
阅读全文
posted @ 2023-09-03 14:57
|
|||
09 2023 档案
摘要:# -*- coding: utf-8 -*- import tushare as ts ts.set_token('') # 创建Tushare接口对象 pro = ts.pro_api() # 获取A股市场的所有股票代码 stock_list = pro.stock_basic(exchange
阅读全文
posted @ 2023-09-03 14:57
|
|||