I'm using pydatastream to try to query historical S&P 500 options data, f.e. something like:
DSconnection.fetch('LOPTSPXDP', fields=['MNEM', 'RIC'], static=True )
However, I get this error: DatastreamException: "LOPTSPXDP"("MNEM"): $$"ER","E233","TOO MANY DATA POINTS",
Is there any way around this to be able to query this data?