incomplete time series data

Hi, why I only got historical prices from 2006 instead of 1998 (see the code below). Is there a limit that how many data points I can download each time? thanks.

ek.get_timeseries('MMM.N', fields = 'CLOSE', start_date="1998-01-01", end_date="2018-01-31")

Best Answer