Hello,
I am trying to retrieve all the RICs from a chain using RDP API. I have found the link Article.RDP.WebSocket.RetrieveUnderlyingRicsOfChain/rdp-api-underlying-rics-chain.ipynb at main · Refinitiv-API-Samples/Article.RDP.WebSocket.RetrieveUnderlyingRicsOfChain · GitHub and have copied the code as is.
The code on github was able to pull all 102 RICs from the chain but I am only able to pull 14 RICs
Existing token read from: token.txt Token expired, refreshing a new one... Saving the new token Retrieving underlying RICs of chain RIC: 0#.FTSE Underlying RICs of chain are successfully retrieved 14 underlying RICs are retrieved, which are ['ABF.L', 'BAES.L', 'AZN.L', 'BARC.L', 'AAL.L', 'AV.L', '.FTSE', 'AAF.L', '.AD.FTSE', 'AHT.L', 'AUTOA.L', 'ANTO.L', 'ABDN.L', 'ADML.L'] Process finished with exit code 0
Can you help determine if it's because of my credentials or are there any changes needed on the code.
Thank you!