Hi!
I'd like to use the Python Data API to retrieve IMO numbers via the vessel names. As far as I understand, get_symbology returns the instruments RIC code provided you have an asset-specific code like an ISIN or CUSIP; while get_data allows you to retrieve the vessel name provided you have the IMO.
Is there a way in Eikon Data API where I can query vessel IMOs by providing the vessel names, and specifying the vessel sizes and/or products? I currently have an RSearch() formula in Excel that does that for me, but ideally I'd like to do this programatically in Python.
Thanks in advance!