首页 > 解决方案 > 模块“googlefinance”pylint 中没有名称“getQuotes”(模块中没有名称)

问题描述

我不能运行这个程序。我正在使用 Anaconda3。

文件名
get_googlefinance.py

参考网站
https://pypi.org/project/googlefinance/

资源

from googlefinance import getQuotes
import json

print(getQuotes('AAPL')[0]['LastTradePrice'])

在此处输入图像描述

在此处输入图像描述

标签: python

解决方案


推荐阅读