CAPM Model A simple implementation of the Capital Asset Pricing Model (CAPM) to estimate the expected return of an asset based on its sensitivity to market risk.
Features Calculates expected return based on risk-free rate, market return, and beta Supports backtesting against historical data Plots performance metrics
Requirements Ensure you have the following libraries installed: pip install pandas numpy matplotlib yfinance
Contributing Feel free to submit issues or pull requests to improve the model!