lit26 / finvizfinance

Finviz analysis python library.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: missing Ticker: X when filters_dict = {'Sector':'Basic Materials','Market Cap.':'Mid ($2bln to $10bln)'}

myduffy opened this issue · comments

finvizfinance version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the master branch of finvizfinance.

Reproducible Example

from finvizfinance.screener.overview import Overview

filters_dict = {'Sector':'Basic Materials','Market Cap.':'Mid ($2bln to $10bln)'}
foverview.set_filter(filters_dict=filters_dict)
df = foverview.screener_view()
df

Issue Description

The last row is missing "Ticker: X", when compare finviz website

Expected Behavior

include "Ticker:X" in last row.

Installed Versions

finvizfinance in /jupyter/notebookenv/lib/python3.10/site-packages (0.14.3)

I have the ticker X on my side. Can you confirm?