question

Upvotes
Accepted
11 1 0 1

How to check if ISIN exists in Datastream database?

Hi can I check if there exists a function that checks whether an ISIN is not available in Datastream API? Currently I am just requesting for these ISINs and checking if the $$ER: E100,INVALID CODE OR EXPRESSION ENTERED is given in the Value column. Thanks.

df = ds.get_data(

tickers='US606822CR31',

fields=['CMPB', 'CMPA'],

start='2024-06-15',

kind=1

)

df

python apidatastream-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.

1 Answer

· Write an Answer
Upvotes
Accepted
84.6k 287 53 77

@feldman.lee

Thank you for reaching out to us.

You can search it on the Datastream Navigator.

However, it is better to contact the Datastream support team directly via MyAccount to confirm it.

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.

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.