We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea2ed4 + 92d625b commit 69a13edCopy full SHA for 69a13ed
finviz/screener.py
@@ -62,7 +62,7 @@ def init_from_url(cls, url, rows=None):
62
63
signal = ''
64
if 's' in splitted_query:
65
- order = splitted_query['s'][0]
+ signal = splitted_query['s'][0]
66
67
return cls(tickers, filters, rows, order, signal, table, custom)
68
0 commit comments