Module: StockPivot::FeedWrapper
- Defined in:
- lib/stock_pivot/feed_wrapper.rb
Class Method Summary collapse
Class Method Details
.get(args) ⇒ Object
3 4 5 6 7 |
# File 'lib/stock_pivot/feed_wrapper.rb', line 3 def self.get(args) YahooFinance.historical_quotes(args[:symbol], args[:start_date], args[:end_date]) end |