Aprataksh / Munafa

Algorithmic trading strategies for the financial markets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just the stock price to reflect the scenario when stock has split

Aprataksh opened this issue · comments

Recently we had a stock split for TCS. The stock split will change the price of the stock depending on the split. For example, if there is a 1:1 split, then the price will reduce by half because the number of stocks have doubled. We need to keep track of the stocks which have these changes and then handle them in the code accordingly.