On 24/08/17 14:51, C W wrote:
> I have the following code, I get an error at the first line.
So don't make us guess. What is the error(full text please)?
> from matplotlib.finance import quotes_historical_yahoo_ochl
And what does a dir() show for matplotlib.finance?
Are you sure the name is spe
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', st