This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
John Yerhot (author)
Wed Jan 21 16:47:18 -0800 2009
rquote /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Jan 16 13:31:04 -0800 2009 | |
| |
README | Fri Jan 16 13:31:04 -0800 2009 | |
| |
lib/ | Fri Jan 16 13:31:04 -0800 2009 | |
| |
rquote.gemspec | Wed Jan 21 16:35:36 -0800 2009 |
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







