Here is the code I did to pull but there is only one date:
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['ABI.BR'],
fields = [
'TR.NumEstRevisingUp',
'TR.NumEstRevisingDown',
'TR.PriceClose.date'
],
parameters={
# 'Curn': 'CAD',
# 'Frq': "1D"
'SDate': '-5', # "2023-11-01",
'EDate': '0', # "2023-12-11",
})
InstrumentNumber of Analysts Revising UpNumber of Analysts Revising DownDate0ABI.BR952024-10-251ABI.BR<NA><NA>2024-10-282ABI.BR<NA><NA>2024-10-293ABI.BR<NA><NA>2024-10-304ABI.BR<NA><NA>2024-10-315ABI.BR<NA><NA>2024-11-01