Sep 3, 2022 | Python, REST API, Stocks
A few months ago I challenged myself to develop a simple Pre-market scanner without spending any money on subscriptions or APIs. I was able to do this using the web scraping technique. I blogged about this on How to Code your own Pre-market Stocks Scanner Web...
May 28, 2022 | API, Stocks
Alpaca is a US stock brokerage that allows subscribers to buy and sell stocks by calling their Application Programming Interfaces, or APIs for short. This is suitable for algorithmic traders and developers who want to automate their trading. In the world of...
May 18, 2022 | API, Stocks
The Standard and Poor’s 500, or simply the S&P 500, is a stock market index tracking the performance of 500 large companies listed on stock exchanges in the United States. From Investopedia.com, the S&P 500 index is regarded as one of the best gauges of...
Apr 13, 2022 | API, Stocks
TD Ameritrade is one of the leading US online brokers. This tutorial details how to create a Developer Account and your first API. While APIs of some online brokers does not support OAuth authentication. The official API documentation can be tricky especially with...