Vessel History is not appearing via Jet API for Vessel (imo : 8602531)

Hi Team,

We tried to fetch vessel history via JET API for IMO Num: 8602531.

We are getting no response. But when we tried this via Eikon , we are able to see vessel movements.

DataGrid Sample Requests :

{ "instruments": ["8602531"], "fields": [{ "name": "TR.AssetLocationDate" }, { "name": "TR.AssetLocationLatitude" }, { "name": "TR.AssetLocationLongitude" }, { "name": "TR.AssetDestination" }, { "name": "TR.AssetLocationStatus" }, { "name": "TR.AssetFacilityType" }], "parameters": { "SDate": "1", "EDate": "-29", "VT": "true" } }

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    The result that you receive through JET is correct. You are requesting the vessel's movements in the last month while the last known location is recorded on the 23rd of May 2016, change the EDate parameter to 1000

Answers