Resources

Resources for Quant & Asset Pricing Research


How to learn the craft of empirical asset pricing and quantitative strategy research: data libraries, code on-ramps, backtesting discipline, free PhD-level courses, the Brazilian toolkit, and the writing craft.

1 · Start here: the craft of research

Read these before writing a line of code or a page of prose. They compound for a career.

2 · Foundational courses & lecture notes

PhD-level asset pricing and empirical methods, all free.

3 · Data: factor & anomaly libraries

The free datasets serious cross-sectional research runs on.

4 · Code on-ramps & reproducible practice

From raw CRSP to a factor backtest, and how to organize the project around it.

5 · Backtesting discipline & multiple testing

The credibility toolkit. With enough backtests something always “works”; this literature is the antidote, and the spine of any honest strategy pipeline.

6 · Financial machine learning

7 · Backtesting engines & libraries

  • vectorbt (polakowo). Vectorized NumPy/Numba backtesting: test thousands of parameter combinations fast (then deflate the Sharpe).
  • zipline-reloaded (Stefan Jansen). Maintained fork of Quantopian’s event-driven backtester.
  • QuantConnect LEAN (QuantConnect). The engine behind QuantConnect’s cloud platform, open-sourced; backtests and live-trades the same strategy code in Python or C#.
  • Awesome Quant (Wilson Freitas). The curated mega-list of quant libraries and resources, maintained by a Brazilian quant.
  • The Python Backtesting Landscape (2026) (python.financial). A current guide to choosing among the backtesting frameworks above.

8 · Replication & credibility in finance

9 · Brazil: data, factors, institutions

The toolkit for taking any idea to B3.

10 · Paper flow: repositories & conferences

Where new work appears first; the sources a weekly literature radar should sweep.

11 · WRDS & data documentation

The unglamorous documentation that separates clean empirics from subtle data bugs.

12 · AI-assisted research workflows

  • My Claude Code Setup (Pedro Sant’Anna). How a working econometrician runs research and teaching through Claude Code: skills, agents, context management.
  • Intro to Claude Code for Academics (slide deck). Concepts translate across coding agents; a gentle on-ramp for colleagues.
  • VS Code Live: Agent Sessions (Microsoft VS Code team). Playlist on customizing agents and agentic coding.
  • awesome-copilot (GitHub). Community-curated custom prompts and agents; patterns portable to any assistant.

13 · More lists like this one

The genre this page belongs to; each worth mining for its own specialty.