Okay, thanks to this thread, I am now scraping the eod closing price and adjusted closing price from yahoo.
HOWEVER, I have a very important question: Given the closing price and the adjusted closing price, how should I adjust that day's intraday data?
MSFT data
Feb 12, 2016 Close = $50.50 Adjusted Close = $50.14
So, the adjustment for Feb 12, 2016 is -$0.36. To adjust the intraday data, do I just subtract $0.36 from every quote and print?
(This may seem like the common sense correct answer, but I just want to make absolutely certain, as this is something I am not that familiar with).
Thank you.
HOWEVER, I have a very important question: Given the closing price and the adjusted closing price, how should I adjust that day's intraday data?
MSFT data
Feb 12, 2016 Close = $50.50 Adjusted Close = $50.14
So, the adjustment for Feb 12, 2016 is -$0.36. To adjust the intraday data, do I just subtract $0.36 from every quote and print?
(This may seem like the common sense correct answer, but I just want to make absolutely certain, as this is something I am not that familiar with).
Thank you.