Getting Started¶
ASRQuant 1.2.0 is designed around a stable one-import entry point:
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.
Recommended path¶
- Install ASRQuant.
- Run the 10-minute quickstart.
- Open the official notebook.
- Follow the end-to-end research workflow.
- Use the API reference when you need exact objects and signatures.