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
79 5 8 8

Lot_Size parameter for delisted stocks

Hello! Is there any way how to know lot size value for delisted stocks? LOT_SIZE and CF_LOTSIZE don't return anything:

rics = ['ACCP.PA', 'ALUA.PA^K16', '0001.HK', '0013.HK^F15']
fields = ['LOT_SIZE', 'CF_LOTSIZE',]
info = ek.get_data(rics, fields)
info

Thanks!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifields
снимок.jpg (97.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.

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

@oalexandere

It appears we do not carry the lot size for the delisted stocks.

The field names that do not have a 'TR.' prefix are sourced from the real-time system (what you see in the quote app if you type ACCP.PA Q in the command line). and you will only get the result when the RIC exists. Delisted instruments are dropped from the real-time system.

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.

Bad news for me... But anyway, thanks for the detailed answer!

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.