public
Description: Yahoo Finance Stock quote RubyGem.
Homepage: rquote.yerhot.org
Clone URL: git://github.com/johnyerhot/rquote.git
rquote /
name age message
file MIT-LICENSE Fri Jan 16 13:31:04 -0800 2009 initial Gem commit [John Yerhot]
file README Fri Jan 16 13:31:04 -0800 2009 initial Gem commit [John Yerhot]
directory lib/ Fri Jan 16 13:31:04 -0800 2009 initial Gem commit [John Yerhot]
file rquote.gemspec Wed Jan 21 16:35:36 -0800 2009 fixed error in gemspec [John Yerhot]
README
rQuote
======

Gets realtime stock quotes from Yahoo Finance. 

Its super simple to use.


Example
=======

quote = Rquote.new
quote.find("aapl", "msft") 

=> [{:change=>"-4.02", :price=>"169.72", :volume=>"16105013", :symbol=>"aapl"}, {:change=>"-0.42", :price=>"27.52", 
:volume=>"27024456", :symbol=>"msft"}]


Copyright (c) 2008 John Yerhot, released under the MIT license