Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 2 2 1

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,


eikon-data-api#technology#productdocumentsyntax
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
79.2k 251 52 74

@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



1707374075010.png (19.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you for sharing the link. It's very useful !

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.