Atlas for Macro Research
Ask a question about rates, inflation, or growth. Atlas pulls the series, builds the notebook, and charts the answer, every claim traceable to its source.
$20/month · Cancel anytime
cpi = fred("CPIAUCSL")
ahe = fred("CES0500000003")real = (ahe / cpi).pct_change(12)
real.plot(baseline=0)
Positive since May 2023, +1.2% y/y latest
Example tasks
Yield curve, CPI and PCE: how markets repriced from expecting cuts to pricing in hikes.
Inversions against recessions at every lag, written up as a LaTeX paper with regression tables.
Labor and total factor productivity: is adoption showing up in the aggregate numbers yet?
Electric power generation against industrial production: has power output decoupled from industrial activity since 2020?
Why Atlas
Series are pulled from the primary source at run time. Rerun the notebook and the chart updates.
The same workspace writes and compiles LaTeX with figures, tables, and a BibTeX bibliography.
The window, the deflator or the sample. Rerun and the chart follows.