0

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'])

enter image description here

enter image description here

Barbora
  • 921
  • 1
  • 6
  • 11
Mamma Wat
  • 1
  • 2
  • This might solve your problem [here](https://stackoverflow.com/questions/46080632/http-error-404-from-googlefinance-in-python-2-7) – benai Apr 28 '20 at 06:03
  • Where are you seeing this error? Can you add the stack trace? As per the title it seems `pylint` is raising this warning and that shouldn't stop you from executing the code. – Shiva Apr 28 '20 at 06:08

0 Answers0