Trouble getting Economic data using .NET API

Hello,

I am trying to get the data for symbol "aUSASSTOT" through the .NET API but I am not getting any value when I use the ToBarRecord. Here are the options I am using:

timeSeriesRequestSetup.WithView('ECONOMIC'). I have also tried putting nothing

ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.CommonInterval.Weekly

timeSeriesRequestSetup.WithNumberOfPoints(50)

records.Current.ToBarRecord();

How can I get this data? I can get it using Python API but I d rather do it with .NET if possible

Best Answer