Which RDP endpoint can I use for either:
@ViktorGorcs
Thank you for reaching out to us.
1.You can use the https://api.refinitiv.com/data/datagrid/beta1/ endpoint with the following request.
{ "universe": [ ".SPX" ], "fields": [ "TR.IndexConstituentRIC" ] }
2.You can use the https://api.refinitiv.com/data/datagrid/beta1/ endpoint or https://api.refinitiv.com/discovery/search/v1/ endpoint. The request for the datagrid is:
{ "universe": [ ".SPX" ], "fields": [ "TR.CompanyName" ] }
The request for the discovery/search is:
{ "View": "IndexQuotes", "Filter": "RIC eq '.SPX'", "Select": "RIC,DTSimpleType,IssueCommonName" }
3.I am not sure about this one. Please contact the product support team directly via LSEG Support or contact your LSEG account team or sales to verify which product that can provide this information.
I was told datagrid is not a supported endpoint for enterprize grade solution. But I will check again. Thank you.
Another endpoint could be https://api.refinitiv.com/data/pricing/chains/v1/?universe=0%23.FTSE&limit=1000.
You need to use 0#.SPX instead of .SPX.
Hi @ViktorGorcs
If you are Wealth customer, you can try the /data/pricing/snapshots/v1/ endpoint.
/data/pricing/snapshots/v1/
Please check the RDP API Docs for more detail.