question

Upvotes
1 0 0 0

What is the limit in rdp for number requests per second?

What is the limit of number of requests per second in RDP for these APIs:

1) /auth/oauth2/v1/token
2) /discovery/symbology/v1/lookup
3) /discovery/symbology/v1/lookup-type
4) /data/historical-pricing/v1/views/intraday-summaries/{universe}
5) /data/pricing/snapshots/v1/

rdp-api#productrefinitiv-data-platform
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.

@noorulamin.shaikh

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply, and then close the question. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
22.2k 59 14 21

Hi @noorulamin.shaikh,

There is no single published limit for the APIs. In general, each service (endpoint) enforces their own limits and sometimes these are not published. You can read about it in the Reference tab on the API playground or reach out to the product manager for each of these.

E.g. For Intraday Summaries:


Limit Value

  1. Burst limit: The number of outstanding requests at a time.
  2. Rate limit: The number of requests allowed in one second.
Historical Pricing API User 'burst' limit User 'rate' limitGET interday-summaries5050GET intraday-summaries2525GET events2525GET single-event7575POST interday-summaries1515POST events44
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
25.3k 87 12 25

Hi @noorulamin.shaikh

When I previously queried about limits with the above discovery/symbology APIs, I was advised that the symbology APIs do not impose any particular limit.

However, the RDP gateway itself may impose restrictions to ensure fair usage

In the general RDP API documentation, I found the following section

1713969881905.png

Note that their should not be a need to call /auth/oauth2/v1/token often - since a token typically expires every 600 seconds - as per the 'expires_in' value return in the response.


1713969881905.png (137.7 KiB)
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.