Developer docs

Build, backtest, deploy, and monitor strategies with AlphaLens Core.

Your Python strategy runs locally. AlphaLens hosts API-key auth, data sync, Strategy Center dashboards, market data access, and live telemetry.

First run
pip install "alphalens-core[live,cloud,fast]"
alphalens connect --api-key alens_...
alphalens run --strategy my_strategy:MyStrategy
alphalens live --strategy my_strategy:MyStrategy
Browse

Guides and reference