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 (
Ben Schwarz (author)
Mon Mar 31 19:54:47 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
LICENCE | Mon Mar 31 18:01:39 -0700 2008 | [Ben Schwarz] |
| |
README | Mon Mar 31 18:14:47 -0700 2008 | [Ben Schwarz] |
| |
Rakefile | Mon Mar 31 18:01:39 -0700 2008 | [Ben Schwarz] |
| |
lib/ | Mon Mar 31 19:54:47 -0700 2008 | [Ben Schwarz] |
| |
pkg/ | Mon Mar 31 19:54:47 -0700 2008 | [Ben Schwarz] |
| |
spec/ | Mon Mar 31 19:54:47 -0700 2008 | [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!




