-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executin Error #11
Comments
Nothing changed in the library, could you check if the company you are interested in appears in Google Finance? If not you can try to pass the source='yahoo' parameter to get data from Yahoo Finance instead. |
This seems to be due to a change in Google API URL. The hardcoded URL in Stock and Option class is referencing a URL yielding 404s. The new URL removed the "info" portion, and returns back json encoed data. |
The companies are all in Google Finance (AMZN, BA, GOGGL, IBB, ISRG, PCLN, SPY, and TSLA). |
So apparently the endpoint we've been using has been discontinued. I made a change to use the one @plucena24 suggested. |
Can someone tell me how to get Wallstreet working again? |
@rsmileyc try |
Try tt. Works like a champ. Thanks for your help. |
Really interested in the wallstreet package, however, it doesn't seem to work at all for options. Just re-installed from your git and still getting the error below:
|
why is it that strikes are returned in increments of 0.5 while skipping the whole numbers. for instance the current price of SPY is: 277.31 and the returned strikes are as follows: |
I have been using Wallstreet successful for the last few months. This weekend, I started getting the following error message: LookupError('Ticker symbol not found. Try adding the exchange parameter')
LookupError: Ticker symbol not found. Try adding the exchange parameter. I haven't changed anything in my program including the stock symbols. Has something Wallstreet changed?
The text was updated successfully, but these errors were encountered: