Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Subject: Python for Finance For given tickers, write the code for two regression analyses: - CAPM regression (using the only market index as an explanatory
Subject: Python for Finance
For given tickers, write the code for two regression analyses: - CAPM regression (using the only market index as an explanatory variable) - Fama French regression (adding FF factors into the regression, i.e. HML and SMB) Your code should include: 1 Summary tables for both analyses that are saved as excel tables with corresponding names 2 Graph depicting price development of all stocks in your sample that is saved as png figure 3 Jointplots for all stocks in your sample that are saved as png figures with corresponding names Please submit your code and saved files as one zip folder. Index: S\&P500 Companies names: 'Bank of America', 'Bath \& Body Works, Inc.', 'Baxter International', 'Becton Dickinson', 'First Business Financial Services, Inc.', 'Best Buy', 'Bio-Rad Laboratories', 'Bio-Techne', 'Biogen', 'BlackRock' Stock tickers: 'BAC', 'BBWI', 'BAX', 'BDX', 'FBIZ', 'BBY', 'BIO', 'TECH', 'BIIB', 'BLK' Graphs colour: all tones of yellowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started