I have downloaded the historical prices from Yahoo Finance:
Date,Open,High,Low,Close,Volume,Adj Close
1984-09-07,26.50,26.87,26.25,26.50,2981600,3.02
I want to split adjust them to get (figures in Yahoo chart):
3.3125,3.3588,3.2812,3.3125
I see I can do it by dividing each price by 8...