tyrauber / stock_quote

A ruby gem that retrieves stock quotes from IEX
MIT License
211 stars 55 forks source link

history api not working #54

Closed harshal27 closed 6 years ago

harshal27 commented 6 years ago

I am getting invalid query error for the history api.

Please check and revert me about the correct usage.

tyrauber commented 6 years ago

Closing due to api change to IEX (see #55). Try the chart function in v2.0.0:

StockQuote::Stock.chart('aapl')