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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
98 10 21 27

Check for transactions within a day.

I would like to know if its possible to check how many transactions has a company done during a day in during open market hours.

Is this possible within Eikon?

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 @aquilesjlp300

I think you can retrieve 'tas' data from get_timeseries and count the number of transaction.


For example, ANZ.AX started trading since 20:00 (GMT time)

df = ek.get_timeseries('ANZ.AX', fields=['COUNT','TRDPRC_1'], interval='tas', start_date='2020-03-12T17:00:00')
df


ahs.png (24.6 KiB)
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