Skip to content

TMFNK/Wealth-Accumulation-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wealth Accumulation Analyzer

AI Slop Inside by TMFNK.

Compare long-term wealth accumulation for individual stocks versus benchmark ETFs using live historical market data.

This repository is being built as a production-ready Python CLI, starting with a single-ticker end-to-end MVP:

  • Fetch live dividend-adjusted price data from Yahoo Finance via yfinance
  • Simulate lump-sum and monthly DCA investing
  • Compute core performance metrics
  • Emit a terminal summary and machine-readable output

Current Scope

The first implementation slice focuses on one stock versus one benchmark so the full pipeline can be proven before expanding to multi-ticker comparison reports.

Planned Structure

  • src/wealth_analyzer/config.py - config parsing and validation
  • src/wealth_analyzer/data/ - live price fetch and normalization
  • src/wealth_analyzer/analysis/ - lump-sum, DCA, and metrics logic
  • src/wealth_analyzer/reports/ - terminal and file outputs
  • tests/ - unit and integration coverage

Status

This repo currently contains the scaffold and design documentation. Implementation will follow the approved plan.

About

A Python tool for analyzing wealth accumulation strategies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages