标签: python
我无法运行该程序。我正在使用Anaconda3。
文件名 get_googlefinance.py
引荐网站 https://pypi.org/project/googlefinance/
来源
from googlefinance import getQuotes import json print(getQuotes('AAPL')[0]['LastTradePrice'])
enter image description here