home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / finance / stkcv320.zip / README.DOC next >
Text File  |  1993-05-25  |  3KB  |  76 lines

  1. STK_CONV converts CIM stock files into individual comma separated
  2. value files which can then be easily imported into Microsoft Excel 
  3. and other spreadsheets or databases.  For example, if you
  4. downloaded stock quotes for IBM, LOTS and SP 500, to use STK_CONV you
  5. would enter:
  6.  
  7.      STK_CONV  012892.stk 92
  8. where:
  9.  
  10.      012892.stk is the name of the file that the downloaded 
  11.             stock information was saved in. (In this example
  12.             name indicates that the quotes are for January
  13.             28, 1992).
  14.  
  15.      92         is the year that the quotes were for.
  16.  
  17.  
  18. In this example STK_CONV would read 012892.stk and create three comma
  19. separated value text files: IBM.CSV, LOTS.CSV and SP_500.CSV.
  20. If these files already exist STK_CONV will append this quote to the
  21. end of the file.
  22.  
  23. What's new with Version 3.1  3/06/93 20:00
  24.  
  25.     Version 3.1 introduced a "Q" option that allows STK_CONV's output file 
  26.     to be imported into Quicken. When using the "Q" option, only one 
  27.     output file (update.csv) is created. If update.csv exists, STK_CONV 
  28.     will append the new data.
  29.  
  30.     If you wished to create an output file which can be imported into Quicken 
  31.     you would enter:
  32.  
  33.      STK_CONV  012892.stk 92 q
  34.  
  35.     where:
  36.  
  37.      012892.stk is the name of the file that the downloaded 
  38.             stock information was saved in. (In this example
  39.             name indicates that the quotes are for January
  40.             28, 1992).
  41.  
  42.      92         is the year that the quotes were for.
  43.  
  44.      q          indicates you wish the files in the Quicken format.
  45.  
  46.     
  47. What's new with Version 3.2  5/25/93 20:00
  48.  
  49.     Version 3.2 introduces a "O" option that is similar to the "Q"
  50.     option.  The only difference is that all fields remain in the
  51.     output file (update.csv). If update.csv exists, STK_CONV 
  52.     will append the new data.
  53.      
  54.      STK_CONV  012892.stk 92 o
  55.  
  56.     where:
  57.  
  58.      012892.stk is the name of the file that the downloaded 
  59.             stock information was saved in. (In this example
  60.             name indicates that the quotes are for January
  61.             28, 1992).
  62.  
  63.      92         is the year that the quotes were for.
  64.  
  65.      o          indicates you wish one output file containing 
  66.             all fields.
  67.  
  68. ***************************************************************************
  69. *                                                                         *
  70. *     The features new to Version 3.1 and Version 3.2 are here because    *
  71. *     users asked for them.  If you run into any problems with this       *
  72. *     program, or have an idea to improve it send a note to Ken at        *
  73. *     73477,2275.                                                         *
  74. *                                                                         *
  75. ***************************************************************************
  76.