I’m trying to retrieve multiple mapped DS mnemonic codes using multiple ISIN codes, but I’m getting an error as shown below. What is the correct code?
Hi @bkquant ,
Thank you for posting the question in this forum. However, this forum is dedicated to an API usage question hence, the moderators on this forum do not have deep expertise in every type of content available through LSEG products. Such expertise is available through the Helpdesk, which can be reached via MyAccount. You can raise the ticket there and the support team is going to contact you directly to assist with this.
Hope this helps and please let me know in case you have any further questions.
Plus, in the Datastream Navigator, you can search for the given instruments as well.
@bkquant
The code could be like this:
ds.get_data( tickers = 'US67066G1040', fields = ['MNEM'], kind = 0)