Entity Search Results Limited to Maximum of 2000?

Dear Support,

I am trying to iterate through all the quotes on the ASX using the following query:

https://api.thomsonreuters.com/permid/search?access-token={token}&entityType=quote&q=mic:XASX&start=1&num=100
using batches of 100 quotes and incrementing the start value by 100 for each batch.

The results I am getting looks like:

{
"result": {
"quotes": {
"entityType": "quotes",
"total": 2000,
"start": 1,
"num": 100,
"entities": [
{
...

The issue is that the "total" field appears to be limited to "2000" quotes irrespective of how many quotes are on the exchange (in my case around 2400).

When I use the web interface, I can see the same limitation as well:

image

Am I missing something?
Regards,

David

Tagged:

Best Answer

  • RaphaelS
    RaphaelS Newcomer
    Answer ✓

    As the bulk files have been dropped by now, are there any plans to lift/eliminate the 2k limit? I guess then the API will be truly open and not quasi closed as it is right now.

Answers