Hello,
I would like to get the constituents of the index JPMGCOC. I've tried to add "L" and "|L" but it doesn't work. Could you help me please?
@marco.bolognesi
Thanks for reaching out to us.
I tried LJPMGCOC with the following code.
df = ds.get_data("LJPMGCOC",['NAME'], kind=0)df
The output is:
I hope that this information is of help.
Thank you very much for this feedback. I confirm I'm not able to get the list you showed. Is it possible because I do not have access to index constituents of this index? the formula return basically an empty df without any error message.
It could be a permission issue. You can test the request with the Datastream Test REST Service.
First, use the Get Token service method, to get a token.
Then, use the retrieved token with the Get Data service method to request the data.
You can check the retrieved response.
thanks for the support. I received an empty token then I'm quite sure it is a permission issue