I'm trying to switch on an API, but it seems like the codes i was using in the internal Refinitv codebook app (even simple lines like:
import refinitiv.data as rd
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['AAPL.O'],
fields = ['CF_CLOSE']
)
display(df)
) don't seem to work in the API. Do you if the structure of the call changes in an API ?
Thank you !
Bests,
Victor