A Swift command-line tool to view and export tickers from finviz.com stock screener.
Stox helps you with:
- Create and save watchlists from stock screener URL's
- View and export tickers
- Xcode 12.4 and up
Homebrew Homebrew:
brew install xbladesub/formulae/stox
Using Mint:
mint install xbladesub/stox
cd
into the repository- run
swift package generate-xcodeproj
(Generates an Xcode project for development) - Run the following command to try it out:
swift run stox --help
stox new
stox set
$ stox --help
OVERVIEW: Display and export stock tickers from 'finviz.com' screener URLs
USAGE: stox <subcommand>
OPTIONS:
--version Show the version.
-h, --help Show help information.
SUBCOMMANDS:
list (default) View or export tickers from given lists
all View or export all tickers from all lists
new Create new tickers list by a given screener URL
del Delete tickers lists
set Specify tickers export options
dir Display tickers export directory