Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最近pro_bar无法成功读取数据 #2

Open
purequant opened this issue Oct 17, 2019 · 0 comments
Open

最近pro_bar无法成功读取数据 #2

purequant opened this issue Oct 17, 2019 · 0 comments

Comments

@purequant
Copy link

我的代码如下:

close all
clear
clc
%% 从tushare中读取数据
% 加载tushare包
addpath(genpath(pwd));
token = 'aef599945af745aeda4205bb5e4a886103fb87e881dac5a60cb0e2ad';
api = pro_api(token);
start_time = '20180101';
end_time = '20181231';
ktype = 'D';
% 读取华夏银行数据
index = pro_bar('600015.SH', api, start_time, end_time,ktype);

以前可以正常使用,但是最近读取数据失败,反馈读取数据超时。修改网络重试次数无任何作用,实际上我的网络绝对正常。

但是现在正当我准备提交issue时又正常了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant