GriffinAustin / pynance

Lightweight Python library for assembling and analysing financial data
MIT License
317 stars 43 forks source link

import error matplotlib.finance #34

Closed Chrisebell24 closed 2 years ago

Chrisebell24 commented 4 years ago

After matplotlib.finance is deprecated can no longer use after a pip install

raiavincent commented 4 years ago

Anything on this? Think we are getting the same error.

mrx23dot commented 4 years ago

+1 also Yahoo finance API got cancelled doesnt it?

philippstangl commented 3 years ago

@Chrisebell24 In chart.py change import matplotlib.finance as fplt to import mplfinance as fplt.