Eikon Data API syntax document of rd

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,


Best Answer

  • Jirapongse
    Answer ✓

    @dan.li01

    Thank you for reaching out to us.

    Typically, I refer to the sample code on GitHub and run the help command to verify the usage and parameters.

    help(rd.get_data)

    1707374075010.png


Answers