RubyGems Navigation menu

yahoo_stock_splits 1.0.0

YahooStockSplits retrieve stock splits from Yahoo! Finance. Split information is not available via CSV download, so this gem scraps the basic chart page of the desired stock. It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order. > YahooStockSplits.get("YHOO") => [["1997-09-02", 3, 2], ["1998-08-03", 2, 1], ["1999-02-08", 2, 1], ["2000-02-14", 2, 1], ["2004-05-12", 2, 1]]}

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.4 - September 29, 2011 (5 KB)
  2. 1.0.3 - September 29, 2011 (5 KB)
  3. 1.0.2 - September 29, 2011 (5.5 KB)
  4. 1.0.1 - September 29, 2011 (5 KB)
  5. 1.0.0 - September 29, 2011 (5.5 KB)

Runtime Dependencies (1):

nokogiri >= 0

Owners:

Authors:

  • Javier Vidal

SHA 256 checksum:

8233bb6594d48426ea7e500618b45709653aa079ea61e593da4007045c95c938

Total downloads 15,911

For this version 2,938

Licenses:

N/A

Required Ruby Version: None

Links: