Yahoo history data only offers adjusted close, but I want adjusted open, high etc., so I try to calculate adj open from other data yahoo offered.
I begin from "C", and compare the difference btw adj close with close, I find it's weird. The difference becomes larger and larger when time goes back from now. The charts btw time and difference like this:
000000000000000
-----------------0.01 0.01 0.01 0.01 0.01
------------------------------------------------0.02 0.02 0.02 0.02 0.02
-------------------------------------------------------------------------------0.3 0.3
From June/1/2011 to now, there is no split with C, only dividend. The dividend is 0.01 each time.
In my opinion, the difference btw adj close and close should be dividend, the difference begins from declaration date of dividend and end at ex date, after ex date, the difference should goes back to zero. The charts btw time and difference should look like this:
0000000000-------------------------------000000000
----------------0.01 0.01 0.01 0.01 0.01--------------0.01.01.01.01
I use "-" to represent space.
In yahoo history data, the difference(adj close vs close) begins from last ex date until next ex date, and the difference turns larger and larger when you look data backward. But I think the difference should not exceed dividend(0.01), and sometime the difference should be zero.
Can anyone explain this?
I begin from "C", and compare the difference btw adj close with close, I find it's weird. The difference becomes larger and larger when time goes back from now. The charts btw time and difference like this:
000000000000000
-----------------0.01 0.01 0.01 0.01 0.01
------------------------------------------------0.02 0.02 0.02 0.02 0.02
-------------------------------------------------------------------------------0.3 0.3
From June/1/2011 to now, there is no split with C, only dividend. The dividend is 0.01 each time.
In my opinion, the difference btw adj close and close should be dividend, the difference begins from declaration date of dividend and end at ex date, after ex date, the difference should goes back to zero. The charts btw time and difference should look like this:
0000000000-------------------------------000000000
----------------0.01 0.01 0.01 0.01 0.01--------------0.01.01.01.01
I use "-" to represent space.
In yahoo history data, the difference(adj close vs close) begins from last ex date until next ex date, and the difference turns larger and larger when you look data backward. But I think the difference should not exceed dividend(0.01), and sometime the difference should be zero.
Can anyone explain this?