iex-api-python icon indicating copy to clipboard operation
iex-api-python copied to clipboard

Can't import iex at Google Colab

Open madpower2000 opened this issue 6 years ago • 0 comments

After installing iex-api-python on fresh notebook at Google Colab, got error

!pip install iex-api-python
from iex import Stock
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-13-5a07ca1b682b> in <module>()
----> 1 from iex import Stock

/usr/local/lib/python3.6/dist-packages/iex/__init__.py in <module>()
      2 from iex.stocks import Stock
      3 from iex.batch import Batch
----> 4 from iex.market import market, Market
      5 from iex.iex_stats import iex_stats, IexStats
      6 from iex.iex_market import IexMarket

ImportError: cannot import name 'market'

---------------------------------------------------------------------------

madpower2000 avatar Apr 27 '19 16:04 madpower2000