Missing TRTH HistoricalChainResolution Constituents for 0#.AORD

Options

The ASX All ordinaries has had 500 assets included in it since it's inception in 1980.

Querying the TRTH Rest API v1 HistoricalChainResolution does mostly well at revealing the RIC constituents of the chain RIC for this index (0#.AORD).


But for some reason the number of RICs returned from this query dips from 500 to less than 300 for given End of Month dates from March 2000 backwards (as is shown in the image below).

image


Why is this?

My request method is POST:

POST = 'https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/HistoricalChainResolution'; json_ = {      
"Request": {        
"ChainRics": ['0#.AORD'],        
"Range": {"Start": date, "End": date}  }  }


Best Answer

Answers