Hi all,
I have to call the equivalent of the following EXCEL function (that I got from a Refinitiv customer service rep) in Python:
=@DSGRID("LFRUSS3L0610"," ","Latest Value","","","RowHeader=true;ColHeader=true;DispSeriesDescription=true;DispDatatypeDescription=true","")
It should return the constituents of the Russel3000 in June 2010.
Could you please help me out with building the correct query with PyDSWS for this?
So far I tried (using my credentials for UID and PASS)
ds = PyDSWS.Datastream('UID', 'PASS')
ds.get_data('LFRUSS3L0610', date=dt.date.today())
but I get just an NA