提示”无法连接xtquant服务,请检查QMT-投研版或QMT-极简版是否开启”

Posted by:

|

On:

|

When open QMT, needs to select “indepdent trading” option, then run this code will have effect

from xtquant import xtdata

print(xtdata.__file__)

s = xtdata.get_stock_list_in_sector('上证50')
print(s)

Leave a Reply

Your email address will not be published. Required fields are marked *