mariostoev/finviz

not getting all stocks from API

Closed this issue · 3 comments

len(stock_list) gives me 920 which is the amount of stocks i get on the finviz website. But i can't address higher than stock_list[100]

The 'no.' column also has weird gaps so the 101 stocks i'm getting back are not just the first 100 stocks

a1
a2
a3

d3an commented
$ pip install -U git+https://github.com/mariostoev/finviz

I am currently having the same issue. My screener returns 3k rows, but when I try to access the data as a List of dicts it only returns 100 🤔

$ pip install -U git+https://github.com/mariostoev/finviz

This fixes the issue, now I am getting all the rows, thank you