jankcorn / hle-ofx-quotes

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

Generate QIF format #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
!Type:Prices

Example

!Type:Prices
"",7.900,"1/1/95",,,0
"",29.0625,"2/26/98",,,0
"",18.350,"12/31/98",,,0
"",48.688,"8/15/00",,,0
"",5.600,"3/6/02",,,0
"",4.230,"4/9/02",,,0
"",1,"7/1/02",,,0
"",13.530,"11/1/02",,,0
"",3.910,"8/11/04",,,0
^
"$ufx.x",400,"1/1/02",,,0
"$ufx.x",448.600,"12/12/03",,,0
"$ufx.x",451.650,"12/16/03",,,0
"$ufx.x",457.080,"12/19/03",,,0
"$ufx.x",467.280,"12/31/03",,,0
"$ufx.x",467.280,"8/24/05",,,0
"$ufx.x",113.3992,"10/6/05",,,0
"$ufx.x",113.2142,"10/7/05",,,0
^
"010869AQ",105.730,"6/6/03",,,0
"010869AQ",101.495,"11/30/04",,,0
"010869AQ",102.346,"12/31/04",,,0
"010869AQ",102.345,"1/5/05",,,0
"010869AQ",103.743,"1/31/05",,,0
"010869AQ",104.151,"2/14/05",,,0
"010869AQ",104.151,"2/16/05",,,0
"010869AQ",102.703,"2/22/05",,,0
^
"018033DN",103.653,"5/22/03",,,0
"018033DN",107.150,"5/30/03",,,0
"018033DN",105.898,"6/30/03",,,0
"018033DN",99.681,"7/31/03",,,0
"018033DN",100.601,"8/29/03",,,0
"018033DN",104.108,"9/30/03",,,0
"018033DN",102.590,"10/31/03",,,0
"018033DN",102.590,"11/3/03",,,0
"018033DN",103.863,"11/28/03",,,0
"018033DN",104.911,"12/31/03",,,0
"018033DN",104.796,"1/31/04",,,0

Original issue reported on code.google.com by hleOfxQu...@gmail.com on 2 Dec 2011 at 3:21

GoogleCodeExporter commented 8 years ago
the QIF Type:Prices fields are:
     Stock Exchange code for stock (above is the ASX code for 
Commonwealth Bank of Australia, CBA)
     Closing price
     Date
     Day's high price (empty in above example)
     Day's low price (empty in above example)
     Volume

Original comment by hleOfxQu...@gmail.com on 2 Dec 2011 at 3:26

GoogleCodeExporter commented 8 years ago
A snapshot build is available:
  http://sunriise.sourceforge.net/out/hleofxquotes/Build_20111202_51/hleOfxQuotes-Build_20111202_51-app.jar

Popup menu over the price table will let you save the current price list to a 
*.qif file
  http://sunriise.sourceforge.net/out/hleofxquotes/Build_20111202_51/Snap_2011.12.02_12h59m00s_001.png

Original comment by hle...@gmail.com on 2 Dec 2011 at 9:04

GoogleCodeExporter commented 8 years ago
Done. See: http://code.google.com/p/hle-ofx-quotes/wiki/Build_20111221_78

Original comment by hle...@gmail.com on 21 Dec 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Trying to export a QIF file, works from the Yahoo tab.  However, from the 
Google tab, the QIF Save option generates a *.qif file that only has the header 
line. A .csv is also generated at this time that is properly generated with the 
proper price information.  Any idea why from the Google tab the .qif file is 
empty?

Original comment by baty...@shaw.ca on 26 Sep 2012 at 4:57