<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Stock data using JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/568#M568</link>
    <description>i'll JMP right on that!  ;)&lt;/img&gt;</description>
    <pubDate>Thu, 09 Jul 2009 21:23:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-09T21:23:39Z</dc:date>
    <item>
      <title>Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/562#M562</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;http://ichart.finance.yahoo.com/table.csv?s=YHOO&amp;amp;a=00&amp;amp;b=1&amp;amp;c=1871&amp;amp;d=11&amp;amp;e=31&amp;amp;f=2009&amp;amp;g=d&amp;amp;ignore=.csv&lt;BR /&gt;&lt;BR /&gt;I'm guessing that the Open From Internet wont work as this file returned is a csv.&lt;BR /&gt;&lt;BR /&gt;Is there a way to grab the CSV automatically from the HTTP response and convert that into a JMP data table?&lt;BR /&gt;&lt;BR /&gt;thanks in advance!&lt;BR /&gt;&lt;BR /&gt;-greg</description>
      <pubDate>Wed, 08 Jul 2009 22:06:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/562#M562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-08T22:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/563#M563</link>
      <description>Well you can open a CSV in JMP and it will create a Data Table. You can just use the Open command:&lt;BR /&gt;&lt;BR /&gt;dt = Open(CSV File);</description>
      <pubDate>Thu, 09 Jul 2009 19:12:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/563#M563</guid>
      <dc:creator />
      <dc:date>2009-07-09T19:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/564#M564</link>
      <description>I want to avoid having to download each file separately through the web browser. I would like to automate the retrieval of the stock prices.&lt;BR /&gt;&lt;BR /&gt;Can the Open function open a file with an HTTP:// interface versus having it be file based?&lt;BR /&gt;&lt;BR /&gt;-greg</description>
      <pubDate>Thu, 09 Jul 2009 19:16:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/564#M564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-09T19:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/565#M565</link>
      <description>Yes open a new script, paste this command in it and then run it.&lt;BR /&gt;&lt;BR /&gt;dt = open( "http://ichart.finance.yahoo.com/table.csv?s=YHOO&amp;amp;a=00&amp;amp;b=1&amp;amp;c=1871&amp;amp;d=11&amp;amp;e=31&amp;amp;f=2009&amp;amp;g=d&amp;amp;ignore=.csv" );</description>
      <pubDate>Thu, 09 Jul 2009 20:47:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/565#M565</guid>
      <dc:creator />
      <dc:date>2009-07-09T20:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/566#M566</link>
      <description>excellent!  thank you.</description>
      <pubDate>Thu, 09 Jul 2009 20:55:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/566#M566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-09T20:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/567#M567</link>
      <description>Hey - great trick!  You could do quite a bit of portfolio analysis by opening and joining tables for any stocks you hold.&lt;BR /&gt;&lt;BR /&gt;Now, if anyone can write me a script that chooses the stocks that are going to rise, let me know.</description>
      <pubDate>Thu, 09 Jul 2009 21:19:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/567#M567</guid>
      <dc:creator>afterword</dc:creator>
      <dc:date>2009-07-09T21:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Stock data using JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/568#M568</link>
      <description>i'll JMP right on that!  ;)&lt;/img&gt;</description>
      <pubDate>Thu, 09 Jul 2009 21:23:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Stock-data-using-JMP/m-p/568#M568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-09T21:23:39Z</dc:date>
    </item>
  </channel>
</rss>

