[Tutor] Does matplotlib.finance still work?

C W tmrsg11 at gmail.com
Thu Aug 24 09:51:49 EDT 2017


Hello all,

I have the following code, I get an error at the first line.

from matplotlib.finance import quotes_historical_yahoo_ochl
from datetime import date
import pandas as pd
today = date.today()
start = date(today.year-1, today.month, today.day)
quotes = quotes_historical_yahoo_ochl('APX', start, today)


I have heard this package is either upgraded or replaced. If so, what do
you recommend?

Thanks!


More information about the Tutor mailing list