fetch_holdings.py
This file fetches the user's zerodha holdings within a specified date range and exports the data to JSON, EXCEL and CSV
Input : Start Date, End Date, Public Auth Token
Output : JSON, EXCEL and CSV
analyze_holdings.py
This file takes a JSON file (stock holdings) and provides the user with the option to generate a variety of graphs for each stock
Input : JSON file generated by fetch_holdings.py
Output : Generates different graphs for each stock based on user choice