Quantitative analysis and pricing tools.
Documentation is available as quantflow jupyter book.
pip install quantflow
- quantflow.data data APIs (requires
quantflow[data]
) - quantflow.options option pricing and calibration
- quantflow.sp stochastic process primitives
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.