def get_data(code, start=None, end=None, index=False):
"""
??????
:param code:
:param start:
:param end:
:param index:
:return:
"""
end = time.strftime('%Y-%m-%d', time.localtime(time.time()))
data = ts.get_h_data(code=code, start=start, end=end, index=index, autype='None')
return data, code
评论列表
文章目录