You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Link to paper 📄](https://www.globalmacrodata.com/research-paper.html)
9
+
10
+
This repository complements paper, **Müller, Xu, Lehbib, and Chen (2025)**, which introduces a panel dataset of **46 macroeconomic variables across 243 countries** from historical records beginning in the year **1086** until **2024**, including projections through the year **2030**.
11
+
12
+
## Features
13
+
14
+
-**Unparalleled Coverage**: Combines data from **32 contemporary sources** (e.g., IMF, World Bank, OECD) with **78 historical datasets**.
15
+
-**Extensive Variables**: GDP, inflation, government finance, trade, employment, interest rates, and more.
16
+
-**Harmonized Data**: Resolves inconsistencies and splices all available data together.
17
+
-**Scheduled Updates**: Regular releases ensure data reliability.
18
+
-**Full Transparency**: All code is open source and available in this repository.
19
+
-**Accessible Formats**: Provided in `.dta`, `.csv` and as **<ahref="https://github.com/KMueller-Lab/Global-Macro-Database"target="_blank"rel="noopener noreferrer">Stata</a>
-**version (str)**: Dataset version in format 'YYYY_MM' (e.g., '2025_01'). If None, the latest dataset is used.
59
+
-**country (str or list)**: ISO3 country code(s) (e.g., "SGP" or ["MRT", "SGP"]). If None, returns all countries.
60
+
-**variables (list)**: List of variable codes to include (e.g., ["rGDP", "unemp"]). If None, all variables are included.
61
+
-**show_preview (bool)**: If True and no other parameters are provided, shows a preview.
62
+
63
+
## Release schedule
64
+
65
+
| Release Date | Details |
66
+
|--------------|------------------|
67
+
| 2025-01-30 | Initial release: v2025-01 |
68
+
| 2025-04-01 | v2025-04 |
69
+
| 2025-07-01 | v2025-09 |
70
+
| 2025-10-01 | v2025-12 |
71
+
| 2026-01-01 | v2026-03 |
72
+
73
+
## Citation
74
+
75
+
To cite this dataset, please use the following reference:
76
+
77
+
```bibtex
78
+
@techreport{mueller2025global,
79
+
title = {The Global Macro Database: A New International Macroeconomic Dataset},
80
+
author = {Müller, Karsten and Xu, Chenzi and Lehbib, Mohamed and Chen, Ziliang},
81
+
year = {2025},
82
+
type = {Working Paper}
83
+
}
84
+
```
85
+
86
+
## Acknowledgments
87
+
88
+
The development of the Global Macro Database would not have been possible without the generous funding provided by the Singapore Ministry of Education (MOE) through the PYP grants (WBS A-0003319-01-00 and A-0003319-02-00), a Tier 1 grant (A-8001749- 00-00), and the NUS Risk Management Institute (A-8002360-00-00). This financial support laid the foundation for the successful completion of this extensive project.
0 commit comments