Datareader能够检索SUK2.L数据,但无法检索^ FTSE

时间:2019-03-03 20:49:29

标签: yahoo-finance pandas-datareader

我能够检索SUK2.L数据,但无法检索^FTSE

! pip install pandas_datareader --quiet

然后...

import pandas_datareader.data as web

df = web.DataReader(['^FTSE', 'SUK2.L'], data_source="yahoo", )
df.head()

返回...

  

/opt/conda/lib/python3.6/site-packages/pandas_datareader/base.py:230:SymbolWarning:无法读取符号:'^ FTSE',用NaN代替。         warnings.warn(msg.format(sym),SymbolWarning)

df.head()的输出...

enter image description here

为什么我无法检索^ FTSE数据?

0 个答案:

没有答案