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

image

Thanks!

Best Answer

  • @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.

Answers