Closed yonice7 closed 3 years ago
I have tried on Google Colab myself which doesn't have the problem. Maybe try some other functions and/or update the packages.
Tianning Li
I don't get it but I had: foverview.set_filter(filters_dict)
instead of foverview.set_filter(filters_dict=filters_dict)
now it's working correctly
Just one question before you close this, how can I get an Industry P/E ratio like here on Finviz
It is under finvizfinance.group.valuation
You can view the example in the example folder of this package.
Good, thank you very much!
This issue will be closed in one day. Thank you for your advice.
Tianning Li
FYI, filter_dict is not the first parameter in the function so you need to pass in the parameter name.
I tried the same code as in the README file and I got this on Google Colab: