For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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...
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.