Eikon Python API: History get_data API missed the As of Data

Zhenya Kovalyov I have tried to using the history API to load the Ship Location data, but the API was missing the As of data (Current Day). The data was from < Today, but not include Today. I want include all Today's records as well. Can you check? Example:

ek.get_data(imos, assets, {'SDate':'0D','EDate':'-2AW'})

Best Answer