Skip to content

rvndbalaji/portalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💹 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