top of page

Getting Started

FBA-Quant is a Python toolkit for quantitative finance, which is created by quantitative developers at FBA Quant. FBA-Quant is designed to development of quantitative trading strategies, analyze derivative products, and backtest portfolio management solutions as a set of statistical packages for data analytics applications.

Requirements

  • Python 3.6 to 3.7. Python 3.8 will be supported when external dependencies are upgraded to 3.8 (e.g. NumPy, Scipy)

  • Access to pip package manager

You an verify your Python version with the commend python --version

any Python-ready IDE will work. However, most of our team uses Visual Studio Code

bottom of page