DataStream API python - Download Russell 3000 constituents
Hi,
I need to download the constituents of Russell 3000 for a certain month via DataStream. At the moment I am using the mnemonic 'LFRUSSL3' but it does not outputs any values (empty result); I also tried the codes LFRUSS3L, LFRU05L3 etc but they all give the same output (empty). The code I am using (via the DataStream function ds.get_data) works for all the other markets. Is the mnemonic wrong? If so, which one should I use?
Thanks
Find more posts tagged with
From the syntax, I assume that you are using PyDSWS. I have tried it and I am able to get the data.
If you get the NA when using the Test REST Service, please directly contact the Refinitiv Datastream Web Service support team via MyRefinitiv to verify the problem.
From the syntax, I assume that you are using PyDSWS. I have tried it and I am able to get the data.
If you get the NA when using the Test REST Service, please directly contact the Refinitiv Datastream Web Service support team via MyRefinitiv to verify the problem.
@valerio.gemmetto
I have run this command.
The response is:
You may test the request at Test REST Service. If it returns empty, it could be a permission issue.
You may share the request that you are using.