Project

quotr

0.0
No commit activity in last 3 years
No release in over 3 years
Retrieves historical stock and mutual fund quotes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

quotr

Retrieves historical stock & mutual fund quotes

what?

This gem currenly does one thing only, retrieves historical closing prices for stocks, mutual funds, and ETFs.

where?

It retrieves historical prices from the Yahoo! finance API

how?

closing_price = Quotr.close(:GOOG, Date.new(2012, 5, 11))  # => BigDecimal("605.23")

why?

I couldn't find a gem that could retrieve historical quotes for stocks AND mutual funds

license

MIT license © 2012 Dan Hodge