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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 1 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonrefinitiv-realtimewebsockets
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

Upvotes
Accepted
629 2 4 7

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

Click below to post an Idea Post Idea