Skip to content

Getting Started

ASRQuant 1.2.0 is designed around a stable one-import entry point:

import asrquant as asr

New code should prefer domain namespaces such as asr.data, asr.hypotheses, asr.alpha, asr.risk, asr.portfolio, asr.backtesting, asr.options and asr.rates. Existing root-level 1.x functions remain available for compatibility.

  1. Install ASRQuant.
  2. Run the 10-minute quickstart.
  3. Open the official notebook.
  4. Follow the end-to-end research workflow.
  5. Use the API reference when you need exact objects and signatures.