Nifty50/
├── README.md # overview + index of subdirs
├── LICENSE
├── index.html # Hosts it as an interactive page at https://adityaputatunda.github.io/Nifty50/
├── src/
│ ├── nifty50tri_buy-the-dip.py # Compares three investment strategies
│ └── requirements.txt
├── data/
│ └── nifty50tri_2000_2026.csv # fetched
└── fetch-tools/
├── download_nifty50tri.py
└── requirements.txt
Co-Authored-By: Claude noreply@anthropic.com