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

How can I get real-time bid/ask information of USTARTSD-ME ?

Hi there!

Im trying to get real-time information of USTARTSD=ME and it seems that the API is bringin delayed data.

Could you please help me with this issue?

Mi script is simply the folowing lines:

import eikon as ek
ek.set_app_key('MY_KEY')

df, err = ek.get_data('USTARTSD1=ME',
                      ['CF_LAST',
                      'PRIMACT_1',
                       'SEC_ACT_1'], 
                       parameters={'SDate':'2019-08-20', 'EDate':'2019-08-20'})
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apirefinitiv-realtimewebsockets
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
Upvotes
Accepted
644 4 7 8

This data comes from the Mercado Abierto Electronico (MAE) which is a 3rd party exchange that requires permissioning from them. You can request either from your internal Market Data Group, or account manager.

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.