Hello Support,
I would like to fetch minute candles using TRTH REST API. Can i get the response as JSON?
If it doesn't return as JSON then I have to parse the data manually. So kindly send me some work around solution.
Thanks in advance.
@ziaul The response format for almost all REST API data calls is CSV format. JSON is not feasible, since some of the downloads can be couple of gigabytes in size.
It is relatively trivial to parse the CSV data in .NET. You can either use Microsoft.VisualBasic.FileIO.TextFieldParser library or third party easy to use libraries for this.
ThomsonReuters.Dss.Api.InvalidResponseException Error 2 Answers
Request for On Demand IntraDay Bars not readable response 6 Answers
How to get client side objects from DSS REST API in .NET 3.5 1 Answer
Can't login to DSS C# example app 2 Answers
Is there an API endpoint for Embargo information at Price Source-level or at RIC-validation level? 2 Answers