The most recent content from our members.
My client has matlab codes that are run on a regular basis as part of our model toolkit, this connects directly to Eikon to download data. Will we still be able to do this in Workspace following the upgrade ? We currently have a generic log-in which is built into the Matlab code. We also have R codes which connect directly…
Hi, I am trying to connect with trth.m function in Matlab using my login/password (that works fine to sign in in the webpage) but an error appears: Invalid username or password. Is there something I could be doing wrong?
I am using Matlab to connect to the Datascope API (TRTH). When I try to pull a year's worth of timeseries, intraday data using the below code, I get back two days of data rather than the requested year's worth. I am not specifying an interval in order to get back unaggregated results. I have tried putting in two digits on…
I created a new account and I can login via the website but when i try to use my username and password via the function datastreamws on matlab to use data-feeds it says authentication failed
May I ask how to read the the following data in MATLAB? timeSeriesRequestSetup = timeSeries.SetupDataRequest('ATGOV1YZ=R'); timeSeriesRequestSetup.WithView('DISC_FACTR'); timeSeriesRequestSetup.WithInterval(ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.CommonInterval.Daily);…
Hi Team, I'm posting this query on client's behalf and below is his verbatim. "I have a question regarding datastream API's I can pull RI price for ISMVUS.L using the excel addon but when using matlab or python its an invalid item? Does it not all pull from the same database though? It's not a code issue. Everything else…
I am using the Python API via MATLAB which works fine as long as I request only single fields: py.eikon.set_app_key('*****'); instruments = ['LCO5000B1']; fields= 'CF_CLOSE'; % OR fields= 'CF_CURR'; df= py.eikon.get_data(instruments,fields); I am now struggling to get data for both fields (CF_CLOSE and CF_CURR) in a single…
hello, where can I download the components, specified in the following guide(https://developers.refinitiv.com/article/using-eikon-net-sdk-matlab), needed to setup the Eikon connection in matlab and access to the library? thanks in advance.
Hi, I am trying to load time series from Eikon.Net with MATLAB. I followed the instructions in the article https://developers.refinitiv.com/article/using-eikon-net-sdk-matlab I am able to load the last intervals like in the example successfully. However, when I'm trying to replace…
Good day everyone, My first post on the Developer Community and i'm posting on behalf of a colleague so please excuse my initial vagueness. My colleague is trying to use Matlab to connect the Datascope API however we are having issues and this could be more due to us not configuring correctly rather than any blocks on our…
It looks like you're new here. Sign in or register to get started.