slew77 / hle-ofx-quotes

Automatically exported from code.google.com/p/hle-ofx-quotes
0 stars 1 forks source link

Add support to download historical pricing #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Yahoo provides a way to download historical pricing.

Add support to allow user to download historical pricing.

Original issue reported on code.google.com by hleOfxQu...@gmail.com on 31 Oct 2011 at 10:29

GoogleCodeExporter commented 8 years ago
I generated a test file that has multiple prices (one for each day). It appears 
that Money (Sunset) will only take the latest price. This implies we might have 
to general multiple files (one for each daily price).

Original comment by hleOfxQu...@gmail.com on 31 Oct 2011 at 10:32

GoogleCodeExporter commented 8 years ago
Yahoo URL: 
http://ichart.finance.yahoo.com/table.csv?s=MSFT&d=10&e=1&f=2011&g=d&a=2&b=13&c=
1986&ignore=.csv

 a,b,c: starting date (m/d/y)
 d,e,f: ending date (m/d/y)
 g: d=daily

Original comment by hle...@gmail.com on 1 Nov 2011 at 1:29

GoogleCodeExporter commented 8 years ago

Original comment by hle...@gmail.com on 4 Nov 2011 at 4:54

GoogleCodeExporter commented 8 years ago
Please see: http://code.google.com/p/hle-ofx-quotes/wiki/Build_20111104_41

Original comment by hle...@gmail.com on 5 Nov 2011 at 11:23