2018-03-16 Google Finance stopped delivering historical dataΒΆ

After :epkg:`Yahoo Finance <https://finance.yahoo.com/>`_ made it more difficult to access historical data, Google Finance stopped giving historical data. So you should see the following error message:

<<<

try:
    from src.pyensae.finance.astock import StockPrices
    stock = StockPrices("NASDAQ:MSFT", folder=cache,
                        begin=datetime.datetime(2018, 3, 10))
    print(stock)
except Exception as e:
    print(e)

>>>

    No module named 'src'