EquitEase

The easiest way to retrieve equity data from the command line. Search Stocks, Options, Cryptocurrencies and other digital assets, and more in a manner of seconds.


License
MIT
Install
pip install EquitEase==0.0.8

Documentation

equit-ease

Access up-to-date price data for any of your favorite stocks from the command line

Who is this Project For?

This project is for you If you enjoy following day-to-day movements in the market, want to stay up-to-date on the latest price trends, and spend a majority of your time working in the terminal.

Getting Started

Installation

Currently, you can install the CLI with brew or pip.

With Brew

Initial Installation:

>>> brew tap danmurphy1217/equit-ease
>>> brew install danmurphy1217/equit-ease/equit-ease

Installing Updates:

>>> brew tap danmurphy1217/equit-ease
>>> brew upgrade danmurphy1217/equit-ease/equit-ease

With Pip

>>> python3 -m venv venv # setup virtual env...
>>> source venv/bin/activate 
>>> pip install EquitEase

Verifying Installation

>>> equity --version # or equity -v