question

Upvotes
Accepted
1 0 1 2

I have a request: is it possible to get more guidance on how to use matlab API in Eikon? is there any manual reference and/or objectes/library related? thanks in advance Starting from creating the connection object and so forth..

I'm trying to make Tr connection via matlab API using the following function: Connect to the Thomson Reuters Datastream API using sample values URL 'http://dataworks.thomson.com/Dataworks/Enterprise/1.0' To retrieve your values for these input arguments, contact Thomson Reuters. Connect = datastream('DS:U****','Pa***','Datastream', ... 'http://dataworks.thomson.com/Dataworks/Enterprise/1.0')

datastream-apidsws-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

@Marilyn.Cruz

Matlab provides Datafeed Toolbox module with ease of use interface to retrieve data from Datastream Web Services. Instructions how to use Matlab Datafeed Toolbox with Datastream Web Services are available on Mathworks Web site.

https://www.mathworks.com/help/datafeed/datastream-web-services.html

Or you can refer to the Datastream Web Service Getting Started with Matlab document on this portal

Alternatively you can use DatastreamDSWS Python package from Matlab. To learn how to call Python functions from Matlab see https://www.mathworks.com/help/matlab/call-python-libraries.html

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.