stocks

How to Calculate Beta from Scratch using Python

Beta is one of the most widely used metrics in the investment world, especially for those who follow the Capital Asset Pricing Model (CAPM). But what exactly is beta, and how can you calculate it yourself? Let’s break it down! In this post, we’ll explain what beta is, why it’s important, how to calculate it, […]

How to Calculate Beta from Scratch using Python Read More »

3 – Building a Portfolio Manager with Python: Refactoring and removing stocks

This post is part of a series of posts that we will go from complete scratch and build a portfolio management tool using Python. In the last post, we refactored the file organization and built a function for adding stocks to the “database”. Here are the previous posts in case you missed them: Plan for

3 – Building a Portfolio Manager with Python: Refactoring and removing stocks Read More »

Scroll to Top