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

  • 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

  • Hi Zhenya Kovalyov,

    Thanks for the reply.

    We just need some small information regarding fetching of ports history data from Eikon .

    Ques:

    - Suppose user needs to get ports data for last 7 days.What value we need to use

    for these parameters ("SDate", "EDate")

  • SDate:0 and EDate:-7

  • How to get vessel's movements when there is no last known location for past 7 days from current date.

    Ex:

    • Current Date : 20-Oct-2017
    • Last known location recorded date : 10-Oct-2017

    As per the given parameter (SDate:0 and EDate:-7) , it fetches for vessel's movements records from 13-Oct to 20-Oct 2017.

    But there is no data for vessel from 11-Oct-2017 since Last known location recorded date is '10-Oct-2017'.

    How do we handle this?

  • You can request more data and filter it manually