lit26 / finvizfinance

Finviz analysis python library.
https://finvizfinance.readthedocs.io/en/latest/
MIT License
515 stars 85 forks source link

How do I get a list with the ticker, company name, price and earnings date without making 2 requests? #12

Closed atowersc closed 3 years ago

atowersc commented 3 years ago

I understand that when using the overview module, does not return the earnings date parameter. and when using the financial module returns the parameter earnings date, but the company name parameter does not return. How can I get the 3 parameters without making 2 requests.

lit26 commented 3 years ago

I will say it will be in the next version. It will depend on my availability.

lit26 commented 3 years ago

The version is updated. Please use the custom screener in the new version.

atowersc commented 3 years ago

good. I run to prove it. ✌️👍

atowersc commented 3 years ago

has this problem. cloning the repository gets the file, but updating it from the terminal does not download it.

FileNotFoundError: [Errno 2] No such file or directory: 'finvizfinance/util.json'

lit26 commented 3 years ago

So the git clone has no problem. But pypi will have the issue above?

atowersc commented 3 years ago

So the git clone has no problem. But pypi will have the issue above?

exactly the git clone. it worked without problems. but when I went to implement it in my project and update the repository by pip, I did not download the file.

Screenshot 2021-02-23 at 23 (1)

Screenshot 2021-02-23 at 23

lit26 commented 3 years ago

I get it. When I set up the package, it only includes the .py file. I will find a way to fix it ASAP.

lit26 commented 3 years ago

Should be fixed.

atowersc commented 3 years ago

working without errors :)

lit26 commented 3 years ago

Thanks a lot.

Tianning Li