Google FInance Code投掷错误

时间:2018-01-28 19:08:27

标签: python python-3.x pandas dataframe spyder

我正在尝试这里的示例代码。

http://pandas-datareader.readthedocs.io/en/latest/remote_data.html#remote-data-google

{
  'createdCell':  function (td, cellData, rowData, row, col) {
      $(td).attr('data-id', rowData.id);
      $(td).addClass(resetclass);
   },
   'targets': 1,
},

我收到此错误:

import pandas_datareader.data as web import datetime start = datetime.datetime(2010, 1, 1) end = datetime.datetime(2013, 1, 27) f = web.DataReader("F", 'google', start, end) f.ix['2010-01-04']

这里有没有人知道可能出现什么问题?我正在使用Spyder 3.2.4。

1 个答案:

答案 0 :(得分:1)

似乎谷歌并不希望你这样做:

http://www.google.com/finance/historical?q=F&startdate=Jan+01%2C+2010&enddate=Jan+27%2C+2013&output=csv

  

我们很抱歉......但您的计算机或网络可能正在发送   自动查询。为了保护我们的用户,我们无法处理您的请求   现在。

     

有关详细信息,请参阅Google帮助。