question

Upvotes
Accepted
3 3 5 5

TRTH Intraday summary report

Hi, For my process I have a rics.txt file which will have more that 1000 rics for which we need to download intraday summary report.

Can you please suggest what would be the best approach to go about it?

I am running 4 sessions paralleled. I divide rics from txt file into 4 part and assign it to each session and then submit extract data request for each rich one after another in threading fashion for each session.

Does it sound ok? Or will it have any impact from performance point of view?

What would be the best approach that can be used here considering it does not impact performance of API and any other user using the API for their application.

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
11.3k 25 9 14

You can generally refer to the Best Practices for the Tick History REST API. To be specific,

  • submitting a single request with all RICs is better than multiple requests with subset of RICs. According to the TRTH REST API User guide, there is a limit of two concurrent reports allowed to process per report template.
  • data download time can also be improved by direct data download from Amazon Web Service. Please see article on AWS downloads
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.