Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 571 Bytes

File metadata and controls

17 lines (16 loc) · 571 Bytes

Repo structure

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