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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

所有者:

作者:

  • Javier Vidal

SHA 256チェックサム:

8233bb6594d48426ea7e500618b45709653aa079ea61e593da4007045c95c938

累計ダウンロード数 15,957

このバージョンのみ 2,945

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: