本文主要是介绍Bloomberg python API 获取历史数据,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Bloomberg python API 获取历史数据
https://www.bloomberg.com/professional/support/api-library/
把这个路径加入到环境变量的Path中。
然后安装下面的包
python -m pip install –index-url=https://bloomberg.bintray.com/pip/simple blpapi
下面的地址有些例子
https://github.com/buckie/blpapi-py/tree/master/examples
# SimpleHistoryExample.pyimport blpapi
from
这篇关于Bloomberg python API 获取历史数据的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!