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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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

Upvote
Accepted
18k 21 12 20

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

Click below to post an Idea Post Idea