lit26 / finvizfinance

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

QST: How do I select Index as NASDAQ 100 or RUSSELL 2000? #103

Closed Jeraz closed 5 months ago

Jeraz commented 8 months ago

Question about finvizfinance

I am using python version 3.10.12 and finvizfinance library version 0.14.7. I am trying to run the filter for Index 'NASDAQ 100' but I get an error stated below. I know the finviz web screener has those options for NASDAQ 100 and RUSSELL 2000. Can someone guide if I am missing something? Thank you!

raise ValueError( ValueError: Invalid filter option 'NASDAQ'. Possible filter options: ['Any', 'S&P 500', 'DJIA']

lit26 commented 8 months ago

It seems finviz add those two in the latest. I will update in the latest ASAP.

Jeraz commented 8 months ago

Thank you

lit26 commented 5 months ago

Should be included in the latest.