雅虎财经 Python API JSON 错误?
Posted
技术标签:
【中文标题】雅虎财经 Python API JSON 错误?【英文标题】:Yahoo Finance Python API JSON error? 【发布时间】:2016-10-21 14:33:32 【问题描述】:我一直在尝试使用 Yahoo Finance Python API 来获取历史价格,但每次尝试运行我的代码时,我都会遇到同样的错误。这是我的代码和错误:
Python 代码
from yahoo_finance import Share
name = Share('YHOO')
temp = (name.get_historical('2014-04-25','2015-04-29'))
print (temp)
还有错误信息
>
> JSONDecodeError Traceback (most recent call
> last) <ipython-input-1-65dd835a5e8b> in <module>()
> ----> 1 from fetch import *
>
> /Users/peterbullard/SMP/fetch.py in <module>()
> 3
> ----> 4 name = Share('YHOO')
> 5 temp = (name.get_historical('2014-04-25', '2015-04-29'))
> 6
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/__init__.py
> in __init__(self, symbol)
> 176 self._table = 'quotes'
> 177 self._key = 'symbol'
> --> 178 self.refresh()
> 179
> 180 def _fetch(self):
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/__init__.py
> in refresh(self)
> 140
> 141 """
> --> 142 self.data_set = self._fetch()
> 143
> 144
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/__init__.py
> in _fetch(self)
> 179
> 180 def _fetch(self):
> --> 181 data = super(Share, self)._fetch()
> 182 if data['LastTradeDate'] and data['LastTradeTime']:
> 183 data[u'LastTradeDateTimeUTC'] = edt_to_utc('0 1'.format(data['LastTradeDate'], data['LastTradeTime']))
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/__init__.py
> in _fetch(self)
> 132 def _fetch(self):
> 133 query = self._prepare_query(table=self._table, key=self._key)
> --> 134 data = self._request(query)
> 135 return data
> 136
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/__init__.py
> in _request(self, query)
> 116
> 117 def _request(self, query):
> --> 118 response = yql.YQLQuery().execute(query)
> 119 try:
> 120 _, results = response['query']['results'].popitem()
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/yahoo_finance-1.2.1-py3.5.egg/yahoo_finance/yql.py
> in execute(self, yql, token)
> 58
> 59 self.connection.request('GET', PUBLIC_API_URL + '?' + urlencode( 'q': yql, 'format': 'json', 'env': DATATABLES_URL ))
> ---> 60 return simplejson.loads(self.connection.getresponse().read())
> 61
> 62 def __del__(self):
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/simplejson/__init__.py
> in loads(s, encoding, cls, object_hook, parse_float, parse_int,
> parse_constant, object_pairs_hook, use_decimal, **kw)
> 514 parse_constant is None and object_pairs_hook is None
> 515 and not use_decimal and not kw):
> --> 516 return _default_decoder.decode(s)
> 517 if cls is None:
> 518 cls = JSONDecoder
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/simplejson/decoder.py
> in decode(self, s, _w, _PY3)
> 368 if _PY3 and isinstance(s, binary_type):
> 369 s = s.decode(self.encoding)
> --> 370 obj, end = self.raw_decode(s)
> 371 end = _w(s, end).end()
> 372 if end != len(s):
>
> /Users/peterbullard/anaconda/lib/python3.5/site-packages/simplejson/decoder.py
> in raw_decode(self, s, idx, _w, _PY3)
> 398 elif ord0 == 0xef and s[idx:idx + 3] == '\xef\xbb\xbf':
> 399 idx += 3
> --> 400 return self.scan_once(s, idx=_w(s, idx).end())
>
> JSONDecodeError: Expecting value: line 1 column 1 (char 0)
如果有帮助,我正在使用 Jupyter Notebook 和 Python 3。
这是来自终端的控制台日志。
W 08:59:40.681 NotebookApp] 无法识别的 JSON 配置文件版本, 假设版本 1 [I 08:59:41.410 NotebookApp] [nb_conda_kernels] 启用,找到 2 个内核 [I 08:59:41.459 NotebookApp] 端口 8888 是 已经在使用中,正在尝试另一个端口。 [我 08:59:41.765 NotebookApp] [nb_anacondacloud] 启用 [I 08:59:41.768 NotebookApp] [nb_conda] 启用 [I 08:59:41.821 NotebookApp] ✓ nbpresent html 导出启用 [W 08:59:41.821 NotebookApp] ✗ nbpresent PDF 导出已禁用:否 名为“nbbrowserpdf”的模块 [I 08:59:41.825 NotebookApp] 服务 本地目录中的笔记本:/Users/peterbullard [I 08:59:41.825 NotebookApp] 0 个活动内核 [I 08:59:41.825 NotebookApp] Jupyter Notebook 运行于:http://localhost:8889/ [I 08:59:41.825 NotebookApp] 使用 Control-C 停止此服务器并关闭所有 内核(两次跳过确认)。 [我 08:59:53.346 NotebookApp] 内核启动:92b75861-94a5-4002-9ab4-97988c0cebfe [W 08:59:53.365 NotebookApp] 404 GET /kernelspecs/Python%20[Root]/logo-64x64.png (::1) 11.76ms referer=http://localhost:8889/notebooks/SMP/Test.ipynb [I 08:59:55.917 NotebookApp] 内核重启: 92b75861-94a5-4002-9ab4-97988c0cebfe
【问题讨论】:
我刚刚使用 PIP (pypi.python.org/pypi/yahoo-finance/1.1.4) 安装了这个模块,我没有看到这个问题。我也在使用 Python 3。抱歉,如果这没有帮助。 【参考方案1】:我已按照此处的说明进行操作 https://pypi.python.org/pypi/yahoo-finance
上面写着:
雅虎!财务后台是http://datatables.org/。如果此服务已关闭或有网络问题,您将收到来自 YQL* 组的错误,例如。 YQLQueryError。
因此服务已停止,这就是您不断收到 YQL 错误的原因。如果这是 2016 年的问题,我假设该服务已经有一段时间没有启用了。
您可以尝试使用 Yahoo Query Language (YQL) 进行修复。这是开始的页面https://developer.yahoo.com/yql/#python
【讨论】:
以上是关于雅虎财经 Python API JSON 错误?的主要内容,如果未能解决你的问题,请参考以下文章