DJIA Normalized Peak Plot over last 15 Recessions (1929-2022)

Explore the performance of the Dow Jones Industrial Average in the first months of the last 15 recessions (1929-2022). [Updated Mar. 4, 2022]


About this visualization

I (Richard Evans) first created a version of this plot using STATA in early 2009 during the Great Recession (Dec. 2007 to June 2009), which I posted and wrote about on the now defunct Econosseur.com blog. The updated dynamic visualization on this page was created using the Python prgramming language and the Bokeh plotting library. It shows the Dow Jones Industrial Average (DJIA) during the last 15 recessions, from the Great Depression that started in 1929 to the most recent COVID-19 recession that started in February 2020 (and ended April 2020). I take the peak stock price at the beginning of the recession and normalize its value to 1.0. This plot, therefore, shows the percent deviation of the DJIA during each recession relative to its peak at the beginning of the recession. It is a way to compare severity and duration of recession shocks to stock prices across different recessions in different time periods.

Back in 2009, I wanted to highlight how bad the effect of the Great Recession was on the stock market. You'll notice that it wasn't until October 2008, one year after the peak Dow, that its stock decline began to rival that of the Great Depression. If you look at this plot out three years from the peak, you would see that the stock decline of the Great Recession was deeper than 12 of the previous 13 recessions, where the only exception was the Great Depression.

My first update of this plot was published in a Quantitative Note entitled, “Stock Price Perspective on Coronavirus Crash” (March 20, 2020). This piece and visualization detailed how the DJIA had dropped 37% in less than 40 days by early March 2020, which was nearly twice as big as any 40-day percent drop in any of the 14 previous recessions including the Great Depression.

The data underlying the visualization on this page default to showing DJIA index values in the 15 recessions from 4 months before the peak to 36 months after the peak. However, the data here are available to be views from 8 months before the peak to 60 months after the peak.

Functionality of the dynamic visualization

This dynamic visualization allows the user to customize some different views and manipulations of the data using the following functionalities.

Contributing to this visualization code

This dynamic visualization was created using the scripts written in the Python programming language. I used the Bokeh plotting library to create the JavaScript for the visualization. All of the scripts, data, and detailed documentation are available on the GitHub page for this visualization (https://github.com/OpenSourceEcon/DJIA_NormPeakPlot). You can fork that repository and follow the instructions in the README.md to create and modify this visualization on your own machine. If you wish to improve or enhance this code or if you find errors or bugs, please consider the following ways to contribute to this project.


References

Evans, Richard W., “Stock Price Perspective on Coronavirus Crash,” Quantitative Notes, 2020-1 (March 20, 2020).

Evans, Richard W., “Code for creating normalized peak plot of Dow Jones Industrial Average (DJIA) in last 15 recessions,” https://github.com/OpenSourceEcon/DJIA_NormPeakPlot, (Mar. 4, 2022).