Closed joshs-gh closed 4 years ago
Yes it is Python 3 only
Thx @mcdallas! I'm in via py3. But when I try the test code I get:
Ticker symbol not found. Try adding the exchange parameter.
s=Stock('GOOG', exchange="NASDAQ")
yields the same. Does this only work during market hours?
@jsiegel-cn if you have the version that is currently on pip please do this:
pip install --upgrade git+https://github.com/mcdallas/wallstreet.git
There has been some changes with GF Api and aren't up on pip yet
Getting this:
Running:
on a mac. Is 2.7 not supported? Thx.