question

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

Hello @sam.macaluso

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


Upvotes
79.3k 253 52 74

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