wealth-altimeter

Wealth Altimeter

An interactive page that shows US household wealth by percentile as stacks of $100 bills ($1 million = 1.09 m), from the sidewalk to orbit. Built September 2026 as a response to the 2026 update of the “Wealth Inequality in America” video.

Live artifact: https://claude.ai/code/artifact/64c411f5-0ef8-4e70-8bb0-90103c78398d

Files

Updating the numbers

  1. New Fed quarter: edit the G dict in model.py (FRED release table, levels in $ millions).
  2. New Forbes figures: edit NAMED and MUSK (the latter is in the template’s script header).
  3. New survey thresholds: edit T in model.py.
  4. Run python3 model.py && python3 build.py, then republish wealth-altimeter.html.