tushare库:免费的python财经数据接口
程序员文章站
2022-05-22 16:47:15
tushare官网以及在线文档http://tushare.org/安装 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tushare然后试试看,这个包使用pandas DataFrame数据格式,引用包import tushare ... ......
tushare官网以及在线文档
安装 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tushare
然后试试看,这个包使用pandas dataframe数据格式,引用包import tushare as ts
然后ts.get_today_all()可以获取当日所有股票信息
ts.get_hist_data('600848')可以获取对应股票代码的历史数据
对应数据字典在文档中可以查询到
其他还可以看电影票房、新闻等等,很nice的库
上一篇: 一家一幽默,每家都有乐
推荐阅读
-
tushare库:免费的python财经数据接口
-
Python实现mysql数据库更新表数据接口的功能
-
基于Python3的接口自动化总结(六)——PostgreSQL数据库
-
python财经数据接口包Tushare pro的入门及简单使用方式(大数据,股票数据接口)
-
Python数据分析库pandas高级接口dt的使用详解
-
Python实现mysql数据库更新表数据接口的功能
-
基于Python3的接口自动化总结(六)——PostgreSQL数据库
-
tushare库:免费的python财经数据接口
-
python财经数据接口包Tushare pro的入门及简单使用方式(大数据,股票数据接口)
-
Python数据分析库pandas高级接口dt的使用详解