Yahoo-Fin: Fetching Historical Stock Data with Python’s Yahoo Finance API

This guide provides an easy-to-understand foundation for beginners and intermediate users to leverage the Yahoo Finance API with Python for financial data analysis. Yahoo Finance API offers a wealth of financial data, from stock prices and market trends to currency exchange rates. This guide will introduce you to using the Yahoo Finance API yahoo_fin with … Read more

Coinbase API: Getting Historical Price for Multiple Days Made Easy

Coinbase API v2 is a powerful tool for developers to access real-time and historical cryptocurrency data. One of the most common use cases for the API is to retrieve historical price data for multiple days, which can be used for analysis, modeling, and forecasting. However, getting historical price data for multiple days using Coinbase API … Read more

Bitcoin – Trading Moving Averages or HODL? A Python Script Uncovers the Answer!

I’ve always wondered if a slow and high-level trading strategy focusing on long-term trends could outperform a buy-and-hold strategy. To answer this question, I created a Python script that would utilize a momentum-based strategy to tell me when to buy and when to sell Bitcoin. Despite my busy life and doubts that day trading would … Read more

I Created a Crypto Arbitrage Trading Bot With Python

🛑 Disclaimer: NOT INVESTMENT ADVICE! In this short project, I’ll explain a Python trading bot I used for the purpose of arbitrage trading. I use Bitcoin BTC, but the arbitrage bot works better on illiquid and inefficiently priced coins — Bitcoin is usually far too liquid and efficiently priced for this to work. I also … Read more

Top 14 Profitable Career Paths for Python Coders (2023)

Is Python still an attractive niche to be in as a coder? And what about in the decade to come given that the programming industry undergoes rapid changes? This article will give you answers to those questions. In short, the top 14 profitable career paths for Python coders are: After reading this article, you’ll have … Read more