Home > other >  Always display module 'mpl_finance' has no attribute 'quotes_historical_yahoo_ohlc�
Always display module 'mpl_finance' has no attribute 'quotes_historical_yahoo_ohlc�

Time:10-06

The import mpl_finance as MPF
Start=(2014,5,1)
End=(2014,6.30)
Quotes=MPF. Quotes_historical_yahoo_ohlc (' ^ GDAXI ', start, end)


AttributeError Traceback (the most recent call last)

1 start=(2014,5,1)
2 end=(2014,6.30)
- & gt; 3 quotes=MPF. Quotes_historical_yahoo_ohlc (' ^ GDAXI ', start, end)

AttributeError: module 'mpl_finance' has no attribute 'quotes_historical_yahoo_ohlc'

CodePudding user response:

Small white requests for help is learning, cannot be solved

CodePudding user response:

Error of the mean, module without this attribute

CodePudding user response:

That how to add this attribute, the along while, didn't find a solution, which has been mpl_finance
  • Related