Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Event Studies in Finance

Theory, methodology, and empirical applications

This module provides a comprehensive treatment of event study methodology, the workhorse empirical tool in financial economics. The course progresses from foundational concepts through advanced extensions, combining rigorous statistical theory with hands-on Python implementations.

Sessions

#TopicKey Concepts
1Foundations of Event StudiesEvent study design, timeline structure, literature overview
2Market Model and Normal ReturnsMarket model estimation, OLS benchmarks, alternative models
3Measuring Abnormal ReturnsAR, CAR, BHAR computation, aggregation methods
4Statistical Inference — Parametrict-tests, cross-sectional tests, Patell test, BMP test
5Statistical Inference — NonparametricSign test, rank test, bootstrap methods, robustness
6Cross-Sectional AnalysisExplaining CARs, multivariate regressions, selection bias
7Long-Horizon Event StudiesBHAR vs. CAR, calendar-time portfolios, Fama-French approach
8Extensions and Special TopicsConfounding events, event-induced variance, intraday studies
9Design and ImplementationPractical workflow, sample selection, data issues, pitfalls
10Capstone Case StudiesComplete applied event studies from start to finish

How to use these notebooks

Each session builds on the previous one. The markdown cells develop the econometric theory with full derivations, while the code cells implement each method step by step. Exercises at the end of each session provide practice opportunities.