我设法在我的 python 中安装了 blpapi。但是,有错误Exception: failed to start session
我的简单代码如下。
import blpapi
import pandas as pd
import tia.bbg.datamgr as dm
mgr = dm.BbgDataManager()
sids = mgr['MSFT US EQUITY', 'IBM US EQUITY', 'CSCO US EQUITY']
df = sids.get_historical('PX_LAST', '1/1/2014', '11/12/2014')
我能用这个做什么?你能帮我吗?