Hi team,
I can easily find the Eikon Data API syntax document in our developers community website. However, when I am using Codebook, the sample codes are using rd, just like:
import refinitiv.data as rd
I found that the syntax of rd are much different with the document where using ek syntax, just like
import eikon as ek
My question is that do we have a document to explain the full syntax of rd when I'm using import refinitiv.data as rd in my codebook?
Thanks & Regards,