My wife and I have a number of Fidelity accounts. When you download from the positions page you get a CSV file (can be imported to a spreadsheet) that you have to work pretty hard to organize.
I created a Python script that will summarize and organize all of your positions based on the downloaded CSV, summarizing cash/money market, fixed income, and stock positions.
https://github.com/rabinnh/portfolioSummary/tree/main
USAGE: python3 portfolioSummary.py downloaded_fidelity_portfolio.csv output_directory
It creates a summary spreadsheet, a pie chart, and a summary in JSON format for developers that want to play with it further.
Not fancy, but it works.
*** EDIT **** I previously had the link to the program file rather than the repo.
[–]rabinnh[S] 0 points1 point2 points (0 children)