nvidia

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 »

Understanding Indicators: what is MACD and how to use it in stock trading

The Moving Average Convergence Divergence (MACD) is a popular technical indicator widely used in stock trading. It provides valuable insights into the momentum and potential trend reversals of a stock. In this blog post, we’ll explore the concept of MACD, its purpose, and how to interpret the information provided in the Python code snippet for

Understanding Indicators: what is MACD and how to use it in stock trading Read More »

Scroll to Top