Retrieves historical stock & mutual fund quotes
This gem currenly does one thing only, retrieves historical closing prices for stocks, mutual funds, and ETFs.
It retrieves historical prices from the Yahoo! finance API
closing_price = Quotr.close(:GOOG, Date.new(2012, 5, 11)) # => BigDecimal("605.23")
I couldn't find a gem that could retrieve historical quotes for stocks AND mutual funds
MIT license © 2012 Dan Hodge