某支专题

使用PYTHON绘制(某支股票)的分时图

这里会使用到数据读取的库 MOOTDX 具体用法请参考我前面的BLOG 读取在线的分时数据 #读取在线的分时数据from mootdx.quotes import Quotescode = '300264'client = Quotes.factory(market='std',server=('120.76.1.198', 7709))df_his = client.minutes