yahoo-stock
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A Yahoo! stocks scraper
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!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。