the is a string "forbidden" put to the console, if i try to create an instance of stock. Tried to move on but the following methods dont work.
code:
from googlefinance import Stock #import different cause yours didnt work
s = Stock("APPL")
print(s.get_quote())
the is a string "forbidden" put to the console, if i try to create an instance of stock. Tried to move on but the following methods dont work.
code:
from googlefinance import Stock #import different cause yours didnt work
s = Stock("APPL")
print(s.get_quote())