Jul 8, 2009 06:06 PM
(4823 views)
Hi,
I'm trying to learn JMP and the scripting language and to give myself some homework. I thot it might be interesting to download some data. So I have chosen Yahoo finance stock data so I keep up with my stocks.
The first challenge is to get the data. I've found the following url that gives me what I want (the next step will be to iterate over a series of stocks that i am interested in - more later on that).
http://ichart.finance.yahoo.com/table.csv?s=YHOO&a=00&b=1&c=1871&d=11&e=31&f=2009&g=d&ignore=.csv
I'm guessing that the Open From Internet wont work as this file returned is a csv.
Is there a way to grab the CSV automatically from the HTTP response and convert that into a JMP data table?
thanks in advance!
-greg