Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 749 Bytes

💹 portalizer

Stock Portfolio Analyzer


  • Fetch your Zerodha portfolio data

  • Export to JSON, Excel or CSV

  • Analyze your portfolio history with graphs ....with colors 😝

 

Instructions


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