Central Bank Speeches Analysis

Federal Reserve speech sentiment vs macroeconomic indices (PCA, PELT, rolling regression)

SNSF1996-2025Open Source

Research Overview

Investigating whether Federal Reserve speech sentiment correlates with macroeconomic conditions using 2,421 US Fed speeches (1996-2025) and six FRED indicators.

Key Finding

Near-zero correlation (0.005) between CB speech sentiment and macro indices - challenging assumptions about central bank communication effectiveness.

Key Results

0.005
Macro-Hawkish Corr
87%
Variance (3 PCs)
2,421
US Fed Speeches
-0.43
Hawkish Autocorr

Quick Start

git clone https://github.com/Digital-AI-Finance/CB-Speeches-Analysis.git
cd CB-Speeches-Analysis && pip install -r requirements.txt
python -c "from analysis.run_all import run_pipeline; run_pipeline()"
cd charts && python run_all_charts.py

Methodology

Data Sources

Pipeline

Implications

Dashboard Figures Reproduce GitHub