lit26 / finvizfinance

Finviz analysis python library.

Home Page:https://finvizfinance.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple exchange option

opened this issue · comments

Hi,

How I can choose to download info only on two exchanges? i.e. NYSE and NASDAQ?

I tried something like:

[foverview = Overview()
filters_dict = {'Exchange': 'NYSE', 'Exchange': 'NASDAQ'}
foverview.set_filter(filters_dict=filters_dict)
df = foverview.ScreenerView()](url)

But it looks that it downloads info based only on the second filter.

You need to call the function multiple times or use the filter on the dataframe as finviz doesn't support multiple exchanges