Installation

Dependencies

iexfinance relies on:

For testing requirements, see Testing & Documentation Dependencies.

Installation

Latest stable release via pip (recommended):

$ pip install iexfinance

Latest development version:

$ pip install git+https://github.com/addisonlynch/iexfinance.git

or

$ git clone https://github.com/addisonlynch/iexfinance.git
$ cd iexfinance
$ pip install .

Note:

The use of virtualenv is recommended as below:

$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate