I can't run this program. I am using Anaconda3.
File Name
get_googlefinance.py
Referred Site
https://pypi.org/project/googlefinance/
Source
from googlefinance import getQuotes
import json
print(getQuotes('AAPL')[0]['LastTradePrice'])
I can't run this program. I am using Anaconda3.
File Name
get_googlefinance.py
Referred Site
https://pypi.org/project/googlefinance/
Source
from googlefinance import getQuotes
import json
print(getQuotes('AAPL')[0]['LastTradePrice'])