-
Notifications
You must be signed in to change notification settings - Fork 275
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
No results found for query when using Screener #176
Comments
I too am seeing the same error, i.e. nothing is returned. |
Same here - it worked last week, but I'm getting zero rows from the screener today for several sets of criteria. This line no longer works - it looks like they changed the width to 100%. It's harder to find a good selector now. |
Got it working by changing the CSS selector from |
I tried that, still not working.
Update: I found that when combined with the fix for #166 in screener.py it started working. Both changes are needed to make this work.
|
My final more universal version that works at the moment:
|
My code:
Results in this error:
It says
No results found for query: v=111&t=&f=idx_sp500&o=&s=&c=
, but going to https://finviz.com/screener.ashx?v=111&t=&f=idx_sp500&o=&s=&c= you can see the query works fine. Not sure what's causing it to believe no results were found.The text was updated successfully, but these errors were encountered: