Created
August 1, 2020 00:59
-
-
Save jwmoss/3786232fed39ff7f3f6749acf69f71d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "List of Popular Screener Settings for FinViz", | |
"data": { | |
"sites": [ | |
{ | |
"name": "NightBefore", | |
"url": "https://finviz.com/screener.ashx?v=121&f=sh_curvol_o750,sh_price_u5,sh_relvol_o2,ta_change_u5&ft=4&o=price" | |
}, | |
{ | |
"name": "NightBeforeLowFloat", | |
"url": "https://finviz.com/screener.ashx?v=121&f=sh_curvol_o750,sh_float_u20,sh_price_u5,sh_relvol_o2,ta_change_u5&ft=4&o=price" | |
}, | |
{ | |
"name": "Starter", | |
"url": "https://finviz.com/screener.ashx?v=121&f=cap_microunder,geo_usa,sh_avgvol_o500,sh_float_u20,sh_price_u5,ta_sma20_cross50&ft=4&o=marketcap" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment