question

Upvotes
Accepted
1 0 0 1

trkd GetInterdayTimeSeries_4 slow

Hi,
Today I'm asking for price data for 12000 RIC. (GetInterdayTimeSeries_4 )
Each request takes average 100ms.
This give a total time of 20 minutes.
(I'm using parallel threads.)

Can I speed this up? How?
Is 100ms ok response time or should I be able to get response faster?
Can I ask for a Bulk (list of RICs)?

Thanks,

historicalrkd-apirkd
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.

Hello @henrik

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


Upvotes
Accepted
22k 58 14 21

Hi @henrik, I would consider 100ms to be in the acceptable range, for a response from a web service. Remember that the bulk of that time is used by network, from setting up the secure socket, sending request and getting a response. You can also use networking tools to measure it.

If your application requirement is to get bulk timeseries data for large number of instruments, then other products like Tick History is probably a better fit. Please talk to your Refinitiv account manager about it.

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.

Upvote
24.6k 54 17 14

Hello @henrik

Based on the TRKD API Catalog page , the GetInterdayTimeSeries_4 is already deprecated. The latest version is GetInterdayTimeSeries_5 operation, could you please re-test with GetInterdayTimeSeries_5 operation?

Please be informed that both GetInterdayTimeSeries_4 and GetInterdayTimeSeries_5 Symbol parameter support only one RIC.

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.

Upvotes
1 0 0 1

Thanks,

I tested with GetInterdayTimeSeries_5 .
The GetInterdayTimeSeries_5 time is the same as GetInterdayTimeSeries_4 .
Each request takes average 100ms.

Should GetInterdayTimeSeries_5 be faster than GetInterdayTimeSeries_4 ?


Br,
Henrik

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.