=========
Google 那邊像是禁止了這:
在網址列上打上會出現
We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
See Google Help for more information.
在code內運行出現
HTTP Error 403: Forbidden
Internal Server Error: /E_14_2_Py/
Traceback (most recent call last):
File "/Users/andrewwan/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", line 1945, in get_loc
return self._engine.get_loc(key)
File "pandas/index.pyx", line 137, in pandas.index.IndexEngine.get_loc (pandas/index.c:4154)
File "pandas/index.pyx", line 159, in pandas.index.IndexEngine.get_loc (pandas/index.c:4018)
File "pandas/hashtable.pyx", line 675, in pandas.hashtable.PyObjectHashTable.get_item (pandas/hashtable.c:12368)
File "pandas/hashtable.pyx", line 683, in pandas.hashtable.PyObjectHashTable.get_item (pandas/hashtable.c:12322)
KeyError: 'dates'
......
你好: google finance 服務已於4月上旬關閉對外的服務, 請到Code頁面, 我有放yahoo finance的爬蟲程式. 請改用此程式.
為何我跟隨書上的教學從Google Finance匯入資料庫, https://finance.google.com/finance/historical?q=TPE:3008&startdate=Jan%201%2C%292917&enddate=Jan%2016%2C%202018&num=200&ei=yA5eWrHINoqe0QTmhKCIAw&start=200
========= Google 那邊像是禁止了這: 在網址列上打上會出現 We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
See Google Help for more information.
在code內運行出現
......
你好: google finance 服務已於4月上旬關閉對外的服務, 請到Code頁面, 我有放yahoo finance的爬蟲程式. 請改用此程式.