"Unable to collect data for the field 'TR.OPENPRICE' and some specific identifier(s)."

Hi

I am using the standard get_data function to download some data. I am getting the below error.

"Unable to collect data for the field 'TR.OPENPRICE' and some specific identifier(s).",

I am having the same issue with other india tickers like TCS.NS but not for UK tickers like LLOY.L

What is the issue?

I have code to download data in batch so this kind of error is concerning. How can I ensure if there is an error I can automatically flag it? Is err = None the best way to check for errors?

Thanks

1669149760098.png


Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @vbala

    When trying to figure out which data elements to use in your request, I would suggest you start with the DIB (Data Item Browser) within the desktop. Doing so, you can see the recommended fields for open and close.

    For example, when using the Eikon Data API:

    ahs.png

    Alternatively, you can start using the Refinitiv Data Library for Python:

    ahs.png


Answers