public
Description: Yahoo Finance Stock quote RubyGem.
Homepage: rquote.yerhot.org
Clone URL: git://github.com/johnyerhot/rquote.git
John Yerhot (author)
Wed Jan 21 16:46:39 -0800 2009
commit  851480768c81475deb68a8f89983220aa2108189
tree    9bfb609cc0bf188828a5f34a89d9712d849b6cb5
parent  5de7506e42fd4eb30af3a733a601e73bcb92c12f
rquote /
name age message
file MIT-LICENSE Loading commit data...
file README
file github-test.rb
directory lib/
file rquote.gemspec
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