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

get_timeseries: trade flags

Hallo,

I am using function get_timeseries to get trade volume and price for each trade where my code is df_1 = ek.get_timeseries(['BMWG.DE'],fields = ['VALUE','VOLUME'], interval = 'tick', start_date = '2020-02-12', end_date = '2020-02-13').

The problem is this code takes every trade including trade from the auction in which I intend to separate (in Time and Sales: Trade Glags = Uncrossing trade from auction). Is there any possibility for me to also filter the trade flags when using ek.gettimeseries()?

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

@YunaValianta.Aulia

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate 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
Upvote
Accepted
18.2k 21 13 21

Hi @YunaValianta.Aulia

According to the document at https://docs-developers.refinitiv.com/1582270080115/14684/book/en/index.html

It does not support this parameter, so it is not possible to do that with Eikon Data API(Python)

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.