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
timeSeriesRequestSetup.WithNumberOfPoints(10) in the SendTimeSeriesRequest function with timeSeriesRequestSetup.From, I get the following error:
No method 'From' with matching signature found for class 'ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.Impl.DataRequestSetup'.
Could you please provide and example for a time series request with specified start and end dates?
Many thanks.
"From" and "To" methods of ITimeSeriesDataRequestSetup interface expect .NET System.DateTime type as argument.
You should be able to use
timeSeriesRequestSetup.To(System.DateTime.Now);
For more info on how to use .NET System.DateTime in Matlab see
https://www.mathworks.com/help/matlab/matlab_external/access-a-simple-net-class.html
Thank you very much. Would you have MATLAB example as well please as it seems the input to the property is causing the issue?
My sample code which is generating the error:
Requesting TR time series data for listed and delisted rics.
eikon python data api timeseries
Eikon Scripting API: issues with timeseries
How to obtain historical Reuters poll for an economic indicator using Eikon Python API?
I would like to have the GDP growth Y/Y expectation for the year end for several countries