<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Yahoo Finance in Ruby with Typhoeus</title>
	<atom:link href="http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 21:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Paul Legato</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-32</link>
		<dc:creator>Paul Legato</dc:creator>
		<pubDate>Mon, 15 Mar 2010 04:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-32</guid>
		<description>Hi Tim,


Cygwin generally works well for using Unix stuff on Windows. I don&#039;t have a Windows machine, so I&#039;m not sure what exactly you have to do. It looks like there&#039;s a Windows installer at http://curl.haxx.se/download.html , too. Let us know how it goes.

Cheers,
Paul</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Cygwin generally works well for using Unix stuff on Windows. I don&#8217;t have a Windows machine, so I&#8217;m not sure what exactly you have to do. It looks like there&#8217;s a Windows installer at <a href="http://curl.haxx.se/download.html" rel="nofollow">http://curl.haxx.se/download.html</a> , too. Let us know how it goes.</p>
<p>Cheers,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-31</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 15 Mar 2010 04:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-31</guid>
		<description>Hi Paul,

This gem sounds awesome! I really want to use it, but I&#039;m coding in windows and I&#039;m going through hell trying to install libcurl... Any clue on how to do that?

Thanks a lot,

Tim</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>This gem sounds awesome! I really want to use it, but I&#8217;m coding in windows and I&#8217;m going through hell trying to install libcurl&#8230; Any clue on how to do that?</p>
<p>Thanks a lot,</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoo Finance in Clojure &#124; Paul Legato</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-28</link>
		<dc:creator>Yahoo Finance in Clojure &#124; Paul Legato</dc:creator>
		<pubDate>Sun, 14 Mar 2010 02:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-28</guid>
		<description>[...] Clojure version of my Yahoo Finance Ruby gem seemed like an interesting challenge and a good way to learn Clojure better. This version uses [...]</description>
		<content:encoded><![CDATA[<p>[...] Clojure version of my Yahoo Finance Ruby gem seemed like an interesting challenge and a good way to learn Clojure better. This version uses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-26</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-26</guid>
		<description>Hi, 

Richard L King has developed an application called IBController (latest version 2.7.1 from 25th of Feb) which will automate the management of TWS; e.g. auto login, closes all popup windows, handling the auto shutdown, etc. 

You can download it from the TWSAPI mailing list file archive at http://finance.groups.yahoo.com/group/TWSAPI/files/Auto%20Login%20Codes/

Cheers, 
Johan</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Richard L King has developed an application called IBController (latest version 2.7.1 from 25th of Feb) which will automate the management of TWS; e.g. auto login, closes all popup windows, handling the auto shutdown, etc. </p>
<p>You can download it from the TWSAPI mailing list file archive at <a href="http://finance.groups.yahoo.com/group/TWSAPI/files/Auto%20Login%20Codes/" rel="nofollow">http://finance.groups.yahoo.com/group/TWSAPI/files/Auto%20Login%20Codes/</a></p>
<p>Cheers,<br />
Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Legato</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-24</link>
		<dc:creator>Paul Legato</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-24</guid>
		<description>Hi Jonathan,

You&#039;re right, the IB API would probably be a lot more efficient insofar as it keeps just one socket open for everything. The problem I ran into there is TWS: you have to have the TWS app open and logged into IB to be able to use the API and get historic data. TWS is designed (for some reason that is beyond me - maybe to fix reference leaks?) to shut itself down automatically once every day. As far as I know there is no way to get it to automatically log itself back in, so that means the user must manually re-authenticate at least once every 24 hours.

I have my analysis system running on a server, and I want it to just do its thing without any manual intervention required, so I&#039;m using authenticationless Yahoo EOD for it right now. If and when I move to EOD data, I&#039;ll probably revisit the setup and move back to IB.

I&#039;ve shifted the focus of my coding more to Clojure lately, so I&#039;m not doing too much with IB-Ruby these days. Ruby is a lot easier to get prototypes up and running than Clojure, so I do still use it sometimes. All the code is on Github and I&#039;ll gladly merge any patches back in. I haven&#039;t tested anything other than quotes and historic data downloading extensively, so there&#039;s a lot that could be done as far as an automated test suite and example code. Let&#039;s talk on IM sometime and see what we can come up with.

Best,
Paul
</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>You&#8217;re right, the IB API would probably be a lot more efficient insofar as it keeps just one socket open for everything. The problem I ran into there is TWS: you have to have the TWS app open and logged into IB to be able to use the API and get historic data. TWS is designed (for some reason that is beyond me &#8211; maybe to fix reference leaks?) to shut itself down automatically once every day. As far as I know there is no way to get it to automatically log itself back in, so that means the user must manually re-authenticate at least once every 24 hours.</p>
<p>I have my analysis system running on a server, and I want it to just do its thing without any manual intervention required, so I&#8217;m using authenticationless Yahoo EOD for it right now. If and when I move to EOD data, I&#8217;ll probably revisit the setup and move back to IB.</p>
<p>I&#8217;ve shifted the focus of my coding more to Clojure lately, so I&#8217;m not doing too much with IB-Ruby these days. Ruby is a lot easier to get prototypes up and running than Clojure, so I do still use it sometimes. All the code is on Github and I&#8217;ll gladly merge any patches back in. I haven&#8217;t tested anything other than quotes and historic data downloading extensively, so there&#8217;s a lot that could be done as far as an automated test suite and example code. Let&#8217;s talk on IM sometime and see what we can come up with.</p>
<p>Best,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Shore</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-ruby-typhoeus/comment-page-1/#comment-23</link>
		<dc:creator>Jonathan Shore</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=83#comment-23</guid>
		<description>Hi, I ran across your ruby IB TWS interface today.  Is this still an active project?

Getting data through IB may solve your issues in that IB offers a much more efficient API (in theory).   In addition to trading through IB, am thinking to use as a data source in preference to yahoo.

I may be able to contribute some time around testing it if it is still an ongoing project ...</description>
		<content:encoded><![CDATA[<p>Hi, I ran across your ruby IB TWS interface today.  Is this still an active project?</p>
<p>Getting data through IB may solve your issues in that IB offers a much more efficient API (in theory).   In addition to trading through IB, am thinking to use as a data source in preference to yahoo.</p>
<p>I may be able to contribute some time around testing it if it is still an ongoing project &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
