Atlas for Quant Finance
Atlas writes the notebook, pulls the prices, and runs every cell in front of you. Factor tests, ETF backtests and write-ups, with the series id in the code and results you can rerun.
$20/month · Cancel anytime
px = load_prices("2005-01", "2026-01")
rets = px.pct_change()mom = rets.rolling(231).sum().shift(21) port = backtest(rank(mom), rets)
plot_equity(port, benchmark=spx)
Sharpe 0.81 vs 0.58, every cell rerunnable
Example tasks
Twenty years of daily prices, decay charted by decade, with drawdowns, turnover, and Sharpe by volatility regime.
Drop in the PDFs and Atlas pulls capex, margins and guidance into one table, with the page cited.
NVDA, MSFT, AMZN, GOOGL and META against SPY since 2023: drawdowns, rolling volatility and correlation.
LaTeX with regression tables, figures, and a BibTeX bibliography, compiled to PDF in the same workspace.
Why Atlas
Every result is a plain Python file. Change the window or the universe and run it again.
Prices and series pulled at run time, with the series id in the code.
Nothing touches your files without a green light. Review each proposed edit and approve or reject it inline.