getTickersSP500(ticker = tkr, asPrice = True) does not return inclusion matrix anymore

Hi,


For some known reasons, getTickersSP500(ticker = tkr, asPrice = True) does not return inclusion matrix anymore. Is there some code maintenance going on at the moment?



I am experiencing the same problem

inclusionMatrix = getTickersSP500(ticker=tkr, asMatrix=True)


Make sure to set the argument asMatrix = True.

Thank you Mokdarren!