How do I get data for all the fields for the rics using ld.get_data() without providing the fields?

Options
NoorulAmin
NoorulAmin LSEG
edited July 22 in Refinitiv Data Platform

In refinitiv data library, while using rd.get_data() method, if we don't provide any fields, it returns data for every fields.

Screenshot 2025-07-22 at 3.02.15 PM.png

But after migrating to lseg data library, when I try to use ld.get_data(), I get error that I have to provide fields name

Screenshot 2025-07-22 at 3.05.31 PM.png

Is there a way, we can return data for every fields without passing the list of fields?

Answers