Is it possible to download Fixtures via API?

Best Answer

  • @research4 you can get the data if you have a vessel RIC. The data items that hold fixture data can be located in Filter > Content Classification > Commodities Physical Assets > Commodity Flows of the Data Item Browser app on Eikon.

    image

    You get request these fields with eikon.get_data() function:

    image

    If you have a more specific question on the content I suggest to contacting the support desk and asking how to get it in Excel. Once you have a spreadsheet model in place, it is easy to port it to Python.