Is there a way to get history/ time series starmine data through Refiniv Work Space Codebook? For TR.EQCountryListRank TR.ARMIntraSectorScore TR.CreditTextNewsComp Thanks a lot!
@Sissi
Thank you for reaching out to us.
You can use the Data Item Browser tool to search for fields and parameters and then use the ld.get_data method to retrieve the required data.
ld.get_data( universe = ['IBM.N'], fields = ['TR.EQCountryListRank','TR.ARMIntraSectorScore','TR.CreditTextNewsComp'])
However, from the Data Item Browser tool, those fields don't support time series data.
You should contact the helpdesk support team through LSEG Support to confirm whether time‑series data is available for those fields.