yfinance 不工作 - 接收 json.decoder.JSONDecodeError

Posted

技术标签:

【中文标题】yfinance 不工作 - 接收 json.decoder.JSONDecodeError【英文标题】:yfinance not working - receiving json.decoder.JSONDecodeError 【发布时间】:2021-09-20 01:58:14 【问题描述】:

我正在从 yfinance 抓取股市数据。在过去的几周里,我的代码运行良好。由于某种原因,现在我收到以下错误:

json.decoder.JSONDecodeError:预期值:第 1 行第 1 列(字符 0)

执行时:

import yfinance as yf
tsla_df = yf.download('TSLA', start='2020-01-01', end='2021-01-01', progress=False)

我在 Stack Overflow 上阅读过有关此错误的信息,但没有人有合适的解决方案来解决此问题。我想知道,因为这个简单的代码几天前运行良好。那么,目前 yfinance API 是否存在一般性问题?任何人都可以确认或解决此问题吗?

【问题讨论】:

从今天开始遇到同样的错误 已知问题,答案中的链接。除非你很短,否则是查看价格的好时机! 【参考方案1】:

yfinance 已提出问题,您需要升级

关注这里

https://github.com/ranaroussi/yfinance/issues/764

来自github:

如果您收到与 json.decoder.JSONDecodeError 相关的错误,请升级到 yfinance 0.1.62。 升级使用:

$ pip install yfinance -U--no-cache-dir

这里有完整的对话: https://github.com/ranaroussi/yfinance/issues/760

我无法让修复工作,但这条评论对我有用 https://github.com/ranaroussi/yfinance/issues/760#issuecomment-877379498

pip uninstall yfinance
pip install git+https://github.com/ranaroussi/yfinance.git#egg=yfinance

【讨论】:

你是我的英雄! pip install --upgrade yfinance 【参考方案2】:

查看了https://github.com/ranaroussi/yfinance/issues/764,他的建议对我不起作用,但我完成了

"pip install --upgrade yfinance"

【讨论】:

【参考方案3】:

这对我有用:

pip uninstall yfinance
pip uninstall pandas-datareader
pip install yfinance --upgrade --no-cache-dir
pip install pandas-datareader

【讨论】:

以上是关于yfinance 不工作 - 接收 json.decoder.JSONDecodeError的主要内容,如果未能解决你的问题,请参考以下文章

Python 的 yfinance 和 yahoo_fin 最近是不是停止工作?

yfinance json.decoder.JSONDecodeError

python的yfinance股票历史记录不起作用

yfinance API 历史数据不正确

从 yfinance 操纵日期

使用 python yfinance 多线程下载雅虎股票历史