In Codebook, for RIC AOFG.DE I get duplicate entries, which causes considerable problems in my workflow.
For example, the commands
import lseg.data as ld
ld.open_session()
RICs=['AAPL.OQ','AOFG.DE','ADSK.OQ']
Fields=['AVAIL(TR.F.CashSTInvstTot(PERIOD=FQ0),TR.F.CashSTInvstTot(PERIOD=FI0))','TR.CompanyName','TR.F.TotRevBizActiv','TR.PriceCloseDate','TR.PriceClose(Scale=0)','TR.Volume(Scale=3)','TR.ISINCode','TR.PriceTargetMean','TR.F.EV(Scale=6,curn=EUR)','TR.ISAccountingStandard']
df=ld.get_data(RICs, Fields, parameters={'NULL':'Blank','Scale':6})
produce duplicate results for AOFG.DE (see screenshot).
Why is this and can it be resolved?