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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
9 0 0 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythoneikon-com-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea