For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 0 1 2

Does the DSS rest api endpoint "/Search/EquitySearch" have any limits? Are there any non production environments that we can connect to in order to test this DSS rest api?

dss-rest-apidatascope-selectdss
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.

Escalated to DSS_SWAT and Sridevi Pandian

@terence.manuel27, 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. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

Upvote
Accepted
13.7k 26 8 12

@terence.manuel27, to add to Gareth's answer (thank you Richard for these details):

There are 2 limits you must be aware of (they apply to all API calls you make at a given time, this is not limited to search calls):

  • 3000 calls / minute. You cannot submit more than 3000 API calls in a minute.
  • 50 concurrent requests. You cannot have more than 50 overlapping (i.e. not yet finished) requests at any given time.

When you reach a processing limit you will receive an HTTP 429 status code. The proper handling of such a response is to wait a little bit and then try again. If you see this status regularly you should reduce your call rate to the servers.

See also the Best Practices and Limits document.

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
251 1 2 2

Unfortunately we do not have dedicated non-prod environment for clients to test some of the REST API calls.

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
3 0 1 2

Thank you. Can you please let me know if there is limit to using the DSS endpoint for EquitySearch? Thanks.

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
462 13 11 15

@terence.manuel27

Hi Terence,

Just to give a bit of background on DSS access:

While Thomson Reuters does not provide Non-Production DSS accounts, what is standard is for Users to be either issued with:

> a DSS User Id (which is 'Free Trial' tagged/status) and allows Users to test the product, or / then...

> the existing DSS User I (or new DSS User Id) is then Chargeable/Billable (post-testing)

DSS User Ids are usually issued / created by the Sales team via your company's assigned Thomson Reuters Account Manager. (If you do not know who the Thomson Reuters point of contacts are for this please let us know the company this is on behalf of and we can try to look this up for you.)

--------------------------------------------------------------------------------------------------------------------------

Once you have a DSS User Id access the REST API Help Url that will be of help is:

https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/Index (DSS Credential required)

And more specifically to your question of the Search results limits:

https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/KeyMechanisms?ctx=Extractions&tab=0&uid=Paging (DSS Credentials required), so results look to be retrived in page 'blocks', from the API Reference Tree Url:

https://hosted.datascopeapi.reuters.com/RestApi.Help/Context/Operation?ctx=Search&opn=EquitySearch (DSS Credential required) the description is:

"Search for equities (common, preferred, etc.), indices, exchange warrants, equity options, open funds, etc. Note, the paging skip token does not work. The search will return 500 results (page size) by default. If your result set is larger than this, you can increase the page size in the request or narrow your search criteria."

--------------------------------------------------------------------------------------------------------------------------

More generally the Developer. Community Url for DSS REST API will also be useful: https://developers.thomsonreuters.com/datascope-select-dss/datascope-select-rest-api (Developer Community Creditials required)

Best regards,

Gareth

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
3 0 1 2

Thanks, that is very helpful.

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.