Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Feb 5, 2021
1 parent de8885f commit a5229c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ from finvizfinance.screener.overview import Overview

foverview = Overview()
filters_dict = {'Index':'S&P 500','Sector':'Basic Materials'}
foverview.set_filter(filters_dict)
foverview.set_filter(filters_dict=filters_dict)
df = foverview.ScreenerView()
df.head()
```
Expand Down
1 change: 0 additions & 1 deletion finvizfinance/screener/overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,3 @@ def compare(self, ticker, compare_list, order='ticker', verbose=1):
return df



1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Comment |
| ------------- | ------------- | ------------- |
| 2021/02/05 | 0.8 | Adding ascend and descend to screener and fixing code style |
| 2021/01/11 | 0.7.5 | Add current price function |
| 2021/01/04 | 0.7.4 | Update progress bar |
| 2020/12/29 | 0.7.3 | Adding stock trading signals in quote, fixing bug in stock fundamental |
Expand Down

0 comments on commit a5229c8

Please sign in to comment.