-
Probabilities of Up and Down Days in the S&P500
[Last Updated: 11/24/2024] In this post we’ll be calculating the probabilities and statistics of up days and down days. First, I’ll use daily S&P 500 (Ticker: SPY) data…
-
Automated Stock Alerts Using the Notion API and Python
I recently wrote an article on using Windows Task Manager to periodically run Python scripts. I currently have a couple scripts automated to run every day at 10:00PM…
-
Automating Python Scripts using Windows Task Scheduler
If you landed here, you’re probably interested in having a script run automatically at specified times on your PC. Specifically, a Python script on Windows machines. The solution…
-
A Comprehensive Guide for Creating NumPy Arrays
NumPy (short for numerical Python) is a useful library for mathematics and data science, specifically for working with arrays of data. In this post I want to detail,…
-
Working with TOML Files in Python
TOML files (Tom’s Obvious Minimal Language) are the brain-child of Mr. Tom Preston-Werner. They were developed as an alternative configuration file format that is easily readable by humans.…