vlcheong / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

Automatic dividend #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The user should not have to enter the dividends, they should be 
retrieved/calculated automatically.

Original issue reported on code.google.com by alex.bel...@gmail.com on 6 Dec 2011 at 12:49

GoogleCodeExporter commented 8 years ago
Hey Alex cool project.

Some info that will help for this task:
To retrieve dividend info automatically you can request a csv from yahoo 
finance.
For example for dividends from XOM during Jan 1 2011 to Feb 28 2012:
http://ichart.finance.yahoo.com/table.csv?s=XOM&a=00&b=2&c=2011&d=01&e=28&f=2012
&g=v&ignore=.csv

and then parse.

Matt

Original comment by matthews...@gmail.com on 28 Feb 2012 at 6:55

GoogleCodeExporter commented 8 years ago
Thanks Matthew, that's exactly what I'm planning to do! I'm hoping I'll be able 
to release this feature soon.

Original comment by alex.bel...@gmail.com on 5 Mar 2012 at 2:28

GoogleCodeExporter commented 8 years ago
Any progress on this feature?  Of course, my biggest problem is importing 
transaction data into various watcher sites.  (None have been good yet.)  My 
transaction exports from Scottrade (as CSV) have dividend payments in the data. 
 But not a single site/tool has been able to handle it.  Crazy, huh?  Wondering 
how yours will pan out for this.

Original comment by captainp...@gmail.com on 17 Apr 2012 at 6:57

GoogleCodeExporter commented 8 years ago
No progress unfortunately.. I've been so busy lately (past several months)..
With the query provided by Matthew, I just have to sit down and code it.

I expect to deliver this feature by July. This is definitely the #1 priority 
among the features.

On a side note, please provide me with your CSV if (and when) the parsing 
fails. Some people have raised parsing issues in the past (without providing 
their CSV file) there's just no way I can fix it without it..

Original comment by alex.bel...@gmail.com on 17 Apr 2012 at 7:04