question

Upvotes
Accepted
1 0 0 0

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

python#technology#productdsws-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
83.1k 281 53 77

@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.


1713413425885.png (14.1 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 0

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?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@sam.macaluso

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.