How can I get GICS code on DataStream web Service ? there are these classigication codes but then what DATATYPE to use for GICS codes ?
How can I get GICS code on DataStream web Service ? there are these classigication codes but then what DATATYPE to use for GICS codes ?
I have tested with the below code:
df = ds.get_data(tickers='LS&PCOMP', fields=['NAME','MNEM','CLSIND','CLS1','CLS1N','CLS2','CLS2N','CLS3','CLS3N','CLS4','CLS4N'], kind=0) df = df.pivot(index='Instrument', columns='Datatype')['Value'] df
It returns: