I had mentioned in a previous post, that I'm working on a Python module for downloading historical stock data for free using my broker's web APIs. The module is finished now, and right now I'm working on setting up a module for algorithmic trading using...
Read more
After I have discovered the wonder called VS Code, I have been hooked to it. It's my goto editor for any project now. The convenience of having file browsing, editing with plethora of extensions, integrated terminal, and on top of that the existence of...
Read more
Recently I have started working on a python module which can help me in downloading historical stock data using my broker's web APIs. This is the first time I have actually working on writing a proper python package. Usually I have used python till now...
Read more