Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Totally off-topic

 [1/4] from: lmecir:mbox:vol:cz at: 16-Nov-2002 16:36


Hi all, about six months ago I found a web page, where I saw historical values for the Dow Jones Industrial Average, day by day, for more than 70 years. Now I am not able to find it again, and I want to do a simulation in Rebol. Could somebody point me there? TIA -L

 [2/4] from: jan:skibinski:sympatico:ca at: 16-Nov-2002 15:40


Hi Ladislav, Is this what you want? http://www.djindexes.com/jsp/uiHistoricalIndexRep.jsp (from 1896) http://www.cbo.gov/showdoc.cfm?index=1821&sequence=0 (from 1962) Jan Ladislav Mecir wrote:

 [3/4] from: warp::reboot::ch at: 17-Nov-2002 4:24


Hi Ladislav, stock: func [ "get stock quote from yahoo" symbol "stock symbol" /local result ][ either error? try [result: read rejoin [http://finance.yahoo.com/d/quotes.csv?s= form symbol {&f=sl1d1t1c1ohgv&e=.csv ","}]][ [symbol {<font color="#ff3333">!!offline!!</font>}] ][ parse result "," ] ] dunno if its what your looking for but..8) have a nice day Will [16.11.2002 16:36 "Ladislav Mecir" [lmecir--mbox--vol--cz]]

 [4/4] from: lmecir:mbox:vol:cz at: 17-Nov-2002 10:21


Thanks to all! Yes, Will, it looks that I found the values at Yahoo!originally. Thanks for the function. Nice Sunday to all. -L