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
7 2 0 2

Is there a way to get the MIFID tick size liquidity band?

Hi there!

In order to know the tick size rule for European exchanges, I have to know the liquidity band classification of the instrument.

Is this information available in the Eikon API, so I can turn it automatic? I have searched for it and couldn't find anywhere...

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitick-datamifid
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.

Hello @leonardo.martins

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@leonardo.martins

From my search, it should be the TICK_SZIDX field.

df, e = ek.get_data('ADSGn.DE', ['TICK_SZIDX'])

For more information, please refer to this FAQ: What are the value/s that will appear on FID8515 (TICK_SZIDX) for Xetra- sample RIC DAIGn.DE ?.

If you have any further questions, please directly Eikon or content support team via Get Support and ask for a field name which can provide the required information.

After knowing the field name, we can use Eikon Data APIs to retrieve its value.

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.