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 (5.0 KB)
  2. 1.0.3 - September 29, 2011 (5.0 KB)
  3. 1.0.2 - September 29, 2011 (5.5 KB)
  4. 1.0.1 - September 29, 2011 (5.0 KB)
  5. 1.0.0 - September 29, 2011 (5.5 KB)

Runtime 相依性套件 (1):

nokogiri >= 0

擁有者:

作者:

  • Javier Vidal

SHA 256 checksum:

8233bb6594d48426ea7e500618b45709653aa079ea61e593da4007045c95c938

總下載次數 15,957

這個版本 2,945

License:

Ruby 版本需求:

相關連結: