We would like to make use of data feed toolbox in Matlab for Thomson Reuters EIKON (using EIKON API)

Would you please provide me all the necessary codes and DLLs. I have the API documentation already

Best Answer

  • Eikon interface of Matlab Datafeed Toolbox utilizes Eikon COM APIs, which are always installed as part of Eikon. There is nothing additional that needs to be installed.
    This said, to the best of my knowledge Mathworks withdrew support for Eikon interface of Matlab Datafeed Toolbox. One reason is that the COM libraries utilized by this interface are only available as 32-bit libraries, which cannot be used by 64-bit Matlab, which is more prevalent now than 32-bit version. The support status of Eikon interface of Maltab Datafeed Toolbox would be best confirmed with Mathworks, as it is their product, not Thomson Reuters one. My recommendation however for any client wishing to retrieve market data or timeseries of price history from Eikon into Matlab is to use Eikon .NET SDK. This SDK exists as both 32-bit and 64-bit variants. The documentation is available following the link below.

    http://eikondeveloper.thomsonreuters.com

    Once presented with the sign-in screen click on the link saying "Click here for .NET Data API Access only (limited access, use only per Thomson Reuters recommendation)", then click the Login button.
    I'm afraid we do not have code samples for Matlab. The only code samples available are .NET ones, which you can obtain from the link above. However it cannot be hard to figure out how to instantiate .NET assemblies from Matlab, and then use Eikon .Net SDK to retrieve the data.
    In the past we could not produce Matlab code samples because Mathworks denied us support licenses to use Matlab. Only very recently we got a few licenses from them, and now I intend to produce Matlab code samples to share with clients.

Answers