Skip to content
/ stox Public

Swift command-line tool to view and export tickers from finviz.com

License

Notifications You must be signed in to change notification settings

xbladesub/stox

Repository files navigation

stox

A Swift command-line tool to view and export tickers from finviz.com stock screener.

Twitter: @NikolaiShelehov

Stox helps you with:

  • Create and save watchlists from stock screener URL's
  • View and export tickers

gif with examples

Requirements

  • Xcode 12.4 and up

Installation

Homebrew Homebrew:

brew install xbladesub/formulae/stox

Using Mint:

mint install xbladesub/stox

Development

  • 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

Usage

Create lists

stox new

Change export settings

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

About

Swift command-line tool to view and export tickers from finviz.com

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published