Filter price by certain criteria

Hi all, I need to make a conditional statement that understand the following, if the volume is bigger than X, if the trade type is Y and if it is the most recent trade, display the price that meet this conditions. Is this possible with API Eikon? Any suggestion of how should I start?

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @gabriel.esquivel01 if you want the data from TRACE that is not instrument specific, you will need access to the streaming data, which is not currently available in Python, use the .NET API.

    If you know the instrument and would like to analyze what trades have taken place , you will need to get to the time and sales data. You can do it either with the Python API, but get a raw JSON as output, or, again - .NET API.

    Hope this helps.

Answers