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 »

How U.S. Elections Impact S&P 500 and Bitcoin Prices: Python for Investors (MatPlotLib and yfinance)

In the financial world, everything is interconnected. Geopolitical events often lead to significant shifts in financial assets. For instance, U.S. elections can impact traditional assets like the S&P 500, as well as cryptocurrencies like Bitcoin. Analyzing election-related dates and their effect on these assets offers valuable insight into market behavior and investor sentiment during politically

How U.S. Elections Impact S&P 500 and Bitcoin Prices: Python for Investors (MatPlotLib and yfinance) Read More »

Which programming language to choose for QuantFinance: Python or C++

In QuantFinance, the selection of an appropriate programming language is paramount to success. Among the frontrunners are Python and C++, each possessing unique strengths and catering to distinct requirements. This comprehensive analysis delves into the key aspects of these languages, empowering you to make an informed decision regarding the most suitable champion for your QuantFinance

Which programming language to choose for QuantFinance: Python or C++ Read More »

How to use Python to Crawl Financial News

In today’s fast-paced financial landscape, staying ahead of market movements is key to success. One powerful tool at the disposal of traders, analysts, and investors alike is web crawling. Harnessing Python for this purpose opens up a world of possibilities, allowing access to real-time news updates and insights that can make or break investment decisions.

How to use Python to Crawl Financial News Read More »

Compound Interest from Scratch using Python

In this post, we will explore one of the core concepts of finance that will drastically increase your gains over time — the famous snowball effect: Compound Interest. What is it? Compound interest is the concept of earning interest not only on your initial investment (principal) but also on the interest accumulating over time. Unlike

Compound Interest from Scratch using Python Read More »

Scroll to Top