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
9 0 1 2

Unable to get field via COM API. Getting error Unable to collect data for some field(s).

When I use COM API in my application, and fetching data using RData, I get some errors for some fields.

Specifically looking up PLNTE152008250.U with field TR.OPWMidDelta. However, when I lookup the field and security via excel, it returns an expected number.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apieikon-com-api
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.

Hello @Maya.Uemura

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@Maya.Uemura

I have tested with Dex2Sample from Fundamental and Reference Data example. It can return the data properly.


Refer to this question, to access Eikon v4 style fields (TR.xxx) using DEX2 API, you need to initialize DEX2 API with DEX2_MetadataCaller::DE_MC_ADC_POWERLINK.

MyDex2Cookie = (MyDex2Mgr as IDex2Mgr2).Initialize(DEX2_MetadataCaller.DE_MC_ADC_POWERLINK);

1582791222368.png (51.7 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.