Is there an equivalent of MultiByRic in new v2 TRTH REST API?

In the old TRTH API it was possible to request data in 'MultiByRIC' format. The resulting file delivered to an FTP site would be a zip file with separate files inside for each month. Is there any equivalent in the new API? Or is it expected that if the user wants to chunk the data up into month (or week or day) time periods, then he/she should simply be issuing multiple calls to the API?

Best Answer

  • @Richard Allen

    Currently, TRTH V2 can deliver data as a zip file with only one single csv file inside. The file contains data for all requested RICs within the requested time period. Data also can be downloaded only using REST API. In this case, you can simply issue multiple calls to the API for separated time periods.