In Codebook, the Python commands
import refinitiv.data as dl
dl.open_session()
RICs=['MMM.N','BAG.L','AOS.N','AAON.OQ','ABDP.L','ABT.N','ABSO.ST','ACN.N','ARBN.AS','ADSGn.DE','ADBE.OQ','ADYEN.AS','ABNB.OQ','ALRM.OQ']
Fields=['AVAIL(TR.CommonName,TR.CompanyName)','AVAIL(TR.OperatingIncome(Period=FQ0),TR.OperatingIncome(Period=FI0)).date','TR.F.UpdateType(StType=INC)','TR.F.IsFlashUpdated(StType=INC)','TR.F.IsFlashUpdated(StType=BAL)','TR.F.IsFlashUpdated(StType=CAS)']
df=dl.get_data(RICs, Fields, parameters={'NULL':'Blank'})
df
produce mssing data for some RICs (see attachment). This started happening yesterday; before that it was working fine all the time.
The same missing data also occur in the corresponding Excel command, e.g. =@RDP .Data("BAG.L;ABDP.L;ACN.N;ADSGn.DE;ADYEN.AS;ALRM.OQ","TR.F.UpdateType;TR.F.IsFlashUpdated","CH=Fd RH=IN;date",)
I had a remote session with the helpdesk and as they could not solve the problem they suggested that I contacted you. This problem only occurs on my side, it could not be replicated at the helpdesk side, although they could see live the problem on my side.