Module: Medici
- Extended by:
- Medici
- Included in:
- Medici
- Defined in:
- lib/medici.rb,
lib/medici/stock.rb,
lib/medici/errors.rb,
lib/medici/historical.rb
Defined Under Namespace
Classes: Historical, HistoricalDataError, Stock, StockSymbolError
Instance Method Summary collapse
- #historical(symbol, start_date = nil, end_date = nil) ⇒ Object
- #quote(symbol) ⇒ Object
- #quotes(symbols) ⇒ Object
Instance Method Details
#historical(symbol, start_date = nil, end_date = nil) ⇒ Object
15 16 17 |
# File 'lib/medici.rb', line 15 def historical(symbol, start_date = nil, end_date = nil) Historical.quote(symbol, start_date, end_date) end |