Stock Downloader API with Alpha Vantage
Author(s): Michelangiolo Mazzeschi Originally published on Towards AI. Finance Full code available on my GitHub repository. In the past few weeks, I scavenged the internet in search of reliable ways to download historical stock prices. Unfortunately, it is not easy to find …
Web Scraping Using Python: Stock Market Example
Author(s): Onur Okyol Originally published on Towards AI. Photo by Road Trip with Raj on Unsplash Websites are mostly built with HTML or XML These markup languages go in a certain order. The process of extracting data from this layout is called …
Open Source Portfolio Tracking with yFinance API
Author(s): Sergei Issaev Originally published on Towards AI. No more logging in to numerous brokerages to get your current net worth Cryptocurrencies. Image by Stable Diffusion. Motivation Letβs face it β keeping track of all the places your net worth is split …
Google Stock prediction using Multivariate LSTM Neural Network
Author(s): Michelangiolo Mazzeschi Originally published on Towards AI. Interpolation Not long ago I published a similar article on how to use LSTMs to make Stock predictions using a Vanilla Neural Network. Because I wanted to minimize the complexity of the problem, I …