小编Ton*_*tor的帖子

将雅虎财经导入Python时遇到问题

我已经使用 pip 从 PyPI 安装了 yahoo Finance,当我运行以下脚本时,出现导入错误:没有名为 yahoo_finance 的模块

from yahoo_finance import Share

BlackDiamond = Share('BDE')
print(BlackDiamond.get_open)
Run Code Online (Sandbox Code Playgroud)

python yahoo-finance

6
推荐指数
1
解决办法
3万
查看次数

标签 统计

python ×1

yahoo-finance ×1