Current sales, Net margin and wages or labour costs' and need to add to the field TRDPRC_1 with the correct RIC
I would like to download the 'current sales' , 'net margin' and eventually 'wages' or 'labor costs' and need to add to the field TRDPRC_1 with the correct RIC, wchich i do not find in the DIB ... can you and your team help ? May be directly correct the start of the code below, should take you or someone in your team a few seconds ;) Txsfrom lseg.data.content import symbol_conversionimport lseg.data as ldimport pandas as pdimport numpy as npimport matplotlib.pyplot as pltfrom pymongo import MongoClient# Ouvrir une sessionld.open_session()# Récupérer données daily de marchédf_daily = ld.get_history(universe=['.SPX', '.STOXX'],fields=['TRDPRC_1', 'TR.RevenueMean', 'TR.NetProfitMean'],interval="daily",start="2025-01-01",end="2025-08-01",)print(df_daily)ld.close_session(df_daily)I still do not found out wher I have all the refernce codes, kind of a complete list, I must use for API's.