-
Notifications
You must be signed in to change notification settings - Fork 128
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
get_expiration_dates returns empty strings instead of dates #116
Comments
Im having the same issue with the same error |
Also having the same issue. Returning ['\n']. Also, the "get_options_chain()" command doesn't work either. |
Same here, also get_stats() doesn't work anymore. |
Switching to yfinance ... |
I got it working but had to make my own functions based on their code |
@onlypencil can you please share it here so I can have a look as well. Much appreciated! |
this worked for me and its still working for what i need it.
|
I got it to work for me by modifying the get_expiration_dates function with this code:
|
@higrm Note this will have a problem if the strike prices are over $1000. Just check NVDA. Adding a space after the comma, so the line becomes |
Good catch. Just shows you I'm not looking at those high priced stocks. :) |
I offered a PR to fix it. But seems like this project has not been updated for a long while. So I forked it and updated the function in my repository, and maybe, if you want to use it, you can use |
I get this error:
I am using yahoo-fin - Version: 0.8.9.1.
I am getting the same error for all the stock tickers and facing them from yesterday (15-04-2024). Previously, it was working fine.
The text was updated successfully, but these errors were encountered: