Hi Team,
Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below?
import refinitiv.data as rd
rd.open_session()
rd.get_history(
universe='CBF24^2',
fields=["SETTLE"],
count=1,
)
Could you please provide the code that can be used through eikon package?
For some reason, seems "count" is not being recognized. Please advise. Thank you!