question

Upvotes
Accepted
98 5 5 15

Data retrieved using refintiv data library under. Net not consistant with the ones shown in eikon quotes

Dear developer community

I m facing an issue using refintiv data library under. Net.

Indeed, when I try to retrieve PUTCALLIND and PUT_CALL fields for options rics, I get numerical values as response rather than string formatted (put and PUT-AM).

How can force response format to get string formatted values as visible in quotes and DIB application rather than numerical values which means I have to map numerical with string related content.

Thank you for your help and response

#technologyc#.netrefinitiv-data-platform-libraries
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.

Hi @anass.yazane.1 ,
Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text on the left side of the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
4.9k 15 2 7

Hi @anass.yazane.1 ,


I have experienced this as well. Indeed Eikon Data API returns string values for these fields, whereas RD Lib returns numerical codes. This is something that I have previously reported to the Dev team and it is currently under investigation.


Best regards,

Haykaz

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.

Upvotes
17.1k 80 39 63

Hi @anass.yazane.1

The library does not attempt to manipulate values returned from the backend, so if you are seeing values different than that of Eikon quotes, then it is possible the quote app is manipulating the data. That being said, if you post the actual code you are using along with an example screenshot of the quote within Eikon, then we can have a better idea of your issues.

Thanks.

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.

Upvotes
98 5 5 15

dear @nick.zincone

the problem i'm facing is that for some fields typed as Enum (for ex PUTCALLIND), the data retrieved using RD Library under .Net returing numeric value (2nd Figure) rather than PUT as value for the field requested as shown by the 1st figure (Eikon Quote).

i want to get the same value as Quote without having any decoding based on enumfield for example.


However, i'm wondering why we are not able to retrieve field value using either it's id or display name, as it's the case when making it with RtGet Function under Refinitiv Eikon for office.

RD Library return response only when requesting 'PUTCALLIND', but no data are returned for 'PUT/CALL FLAG' and 109.


thank you for your help



1676715840590.png


1676715971469.png



1676715840590.png (23.8 KiB)
1676715971469.png (6.6 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.

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.