OpenBB-finance / OpenBB

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
31.8k stars 2.9k forks source link

[Bug] `/stocks/ins/lins` - No insider information found for WMT #5040

Closed deeleeramone closed 4 months ago

deeleeramone commented 1 year ago

The error is probably similar to the other recent issues from the Finviz library that have been patched already.

/stocks/load wmt/ins/lins

Screenshot 2023-05-17 at 1 15 20 PM

https://github.com/OpenBB-finance/OpenBBTerminal/pull/5010 https://github.com/OpenBB-finance/OpenBBTerminal/pull/4954 https://github.com/OpenBB-finance/OpenBBTerminal/pull/3732

jmaslek commented 1 year ago

error is directly in the finviz library we use:

Screenshot 2023-05-19 at 3 00 02 PM
jmaslek commented 1 year ago

Found the cause. Will need to update when this is fixed:

https://github.com/mariostoev/finviz/pull/170

the-praxs commented 1 year ago

I thought we were using finvizfinance api. This one is different.

deeleeramone commented 1 year ago

Looks like there's two different Finviz libraries in the dependencies..

deeleeramone commented 1 year ago

https://github.com/mariostoev/finviz/pull/171

This will be a needed fix as well.