How do I search for a stock using ISIN and ISOMIC combination in DSWS so I can retrieve stock on a specific exchange? E.g. DE0005810055 XETR
@sam.macaluso
Thank you for reaching out to us.
According to this discussion, the DSWS supports DS.SYMBOLLOOKUP but its functionality is limited.
df1 = ds.get_data(tickers="DE0005810055 XETRA", fields=["DS.SYMBOLLOOKUP(Count=100)"], kind=0)df1
I am not sure if it will work with other combinations.
So if I wanted to retrieve the following fields:'DSCD','NAME','ISIN','RIC','EXMNEM','EXDSCD','TYPE','SEGM','ISOMIC', 'DOISO', 'SECD'I would need to make another call?