You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
你好,请教一个问题:我循环一个股票的所有f10数据的时候,有些无法获取到
data_f10_list = api.get_company_info_category(market, code)
for v in data_f10_list:
data = api.get_company_info_content(market, code,v['filename'], v['start'], v['length'])
if data == None:
continue --->有些进入到这里面。
debug输出是:
2019-02-09 19:45:41,390 - PYTDX - DEBUG - hit exception on req exception is 'gbk' codec can't decode byte 0xbc in position 30719: incomplete multibyte sequence
你好,请教一个问题:我循环一个股票的所有f10数据的时候,有些无法获取到
data_f10_list = api.get_company_info_category(market, code)
for v in data_f10_list:
data = api.get_company_info_content(market, code,v['filename'], v['start'], v['length'])
if data == None:
continue --->有些进入到这里面。
debug输出是:
2019-02-09 19:45:41,390 - PYTDX - DEBUG - hit exception on req exception is 'gbk' codec can't decode byte 0xbc in position 30719: incomplete multibyte sequence
错误股票是:MARKET_SZ, '000001',是“重大事项”字段,是我的编码设置的问题吗?
我的目的是循环把所有数据下载下来。
The text was updated successfully, but these errors were encountered: