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
98 27 33 35

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-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.

1 Answer

· Write an Answer
Upvote
Accepted
18.2k 21 13 21

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 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.