我正在尝试使用 nsepy 获取股票历史记录。get_history() 调用正在返回除“PVR”之外的所有符号的历史记录,该符号为空。
这是代码
PVR = get_history(symbol='PVR',
start=date(2018,5,1),
end=date(2018,5,10))
print(PVR)
给出输出
Empty DataFrame
Columns: [Symbol, Series, Prev Close, Open, High, Low, Last, Close, VWAP, Volume, Turnover, Trades, Deliverable Volume, %Deliverble]
Index: []