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
5 4 2 6

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?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitrace
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 @GABRIEL.ESQUIVEL,

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

Hello @GABRIEL.ESQUIVEL,

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.6k 26 7 22

@GABRIEL.ESQUIVEL 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.

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
5 4 2 6

Ok, what you're saying is that I can not extract data from TRACE using conditional statements and Python 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.

Correct. Eikon Data APIs do not provide capability to search for trades fitting a criteria set across all trades reported to FINRA for all instruments. This capability is only available in the TRACE Viewer app.

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.