mariostoev/finviz

Unable to parse page for ticker: XYZ

Closed this issue · 1 comments

homari commented

When getting the tickers via the Screener method and then running Screener.get_ticker_details() I'm getting the "unable to parse page for ticker: XYZ" error.

Suggestion - pause the execution after each request to make it seem like more natural behavior?

homari commented

created a workaround using finviz.get_stock() and time.sleep() instead