public
Description: A Yahoo! stocks scraper
Clone URL: git://github.com/benschwarz/yahoo-stock.git
Ben Schwarz (author)
Mon Mar 31 19:54:47 -0700 2008
commit  64a7d827b6d670fb553cd6ab9fe3589fc070f69d
tree    89f18e2f2de791acd8c764d8a3db40172281d0a4
parent  5773223baf8f3b83a088f11c60c56bb86641daa8
name age message
file LICENCE Mon Mar 31 18:01:39 -0700 2008 Initial commit [Ben Schwarz]
file README Mon Mar 31 18:14:47 -0700 2008 Cleaned up README [Ben Schwarz]
file Rakefile Mon Mar 31 18:01:39 -0700 2008 Initial commit [Ben Schwarz]
directory lib/ Mon Mar 31 19:54:47 -0700 2008 Bumped the version and generated a clean gem. [Ben Schwarz]
directory pkg/ Mon Mar 31 19:54:47 -0700 2008 Bumped the version and generated a clean gem. [Ben Schwarz]
directory spec/ Mon Mar 31 19:54:47 -0700 2008 Bumped the version and generated a clean gem. [Ben Schwarz]
README
A Yahoo "API Wrapper"

There is no wrapper for Yahoo's stocks interface, 
here I provided the most grass roots experience possible.

It will get the job done for my purpose and should be fairly
easy to extend. Specs are provided. 


Usage is as follows:

require 'rubygems'
require 'yahoo-stock'
@stock = Yahoo::Stock.new("MGR.AX")
@stock.last_trade => 4.10


If you want additional properties (there is currently only 'last_trade')
Fork the repo, add your own and send it back in. Now thats community!