Skip to content

PyPI version Python versions Python downloads build codecov

Quantitative analysis and pricing tools.

btcvol

Installation

pip install quantflow

Modules

Optional dependencies

Quantflow comes with two optional dependencies:

  • data for data retrieval, to install it use
    pip install quantflow[data]
    
  • cli for command line interface, to install it use
    pip install quantflow[data,cli]
    

Command line tools

The command line tools are available when installing with the extra cli and data dependencies.

pip install quantflow[cli,data]

It is possible to use the command line tool qf to download data and run pricing and calibration scripts.