How to search for a stock using ISIN and ISOMIC combination in DSWS

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

Best Answer

  • Jirapongse
    Answer ✓

    @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

    1713413425885.png

    I am not sure if it will work with other combinations.

Answers

  • 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?

  • @sam.macaluso

    Yes, you need to make another call with the D:DB1X.