Investment data analysis in Python
Python
Investment data analysis in Python
Python
Project
A project using Python (Pandas, Plotly Express) to clean, analyze, and visualize a portfolio of my own stock and ETF investment data, focusing on risk/return metrics (PE ratio, 3-year return) and category performance.
Objective
The purpose of this project was to increase my skill level in Python using personal investment data and better understand my portfolio performance. Through exploratory analysis I have build charts (not visible in the below code) which show return to risk tradeoff (scatter) and normalized price evolution of different stock categories to see which categories performed best over the last 3 years. View python code below to view all details.