Sha256: db30777a9e5ebc1378798703819108aa9a496e7b1a8a0c617bd21f167f118da5

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

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?
----

```ruby
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quotr-0.0.1 README.md