I run this with the eikon python api:
ref, e = ek.get_data(['PAZ2'],['TR.SETTLEMENTPRICE', 'TR.AMERICACLOSEBIDPRICE', 'TR.CLOSEPRICE', 'TR.OPENINTEREST', 'TR.ACCUMULATEDVOLUME'] , {'SDate': '2022-03-31', 'EDate': '2022-03-31', 'Frq': 'D'})
print(ref.to_string());
It always returned one line but since this week it suddenly returned multiple lines. Why is that?