matlab 免费a股股票数据接口 源代码(python & matlab 混合编程)
用python和matlab 写的接口,调用了tushare 财经包,使用方便,使用时不需要打开python,不需要会python,安装好之后在matlab中直接运行即可,会生成本地excel 数据库
clc;
clear;
[high,low,close,open,p_change,price_change,turnover,volume]=stockAPI('SH300455','2015/05/22','2015/09/30');