Hello Team,
Question raised on behalf of the client who is a DSS API User. Is there any way that I can request for individual date ranges for each RIC in my DSS API PH Extraction where I have multiple RICs in the same extraction?
I can see that this is possible for TRTH API:
"InstrumentIdentifiers": [
{ "Identifier": "IBM.N", "IdentifierType": "Ric", "RangeStart": "2025-01-01T00:00:00.000Z", "RangeEnd": "2025-07-31T00:00:00.000Z" },
{ "Identifier": "KO.N", "IdentifierType": "Ric", "RangeStart": "2021-04-01T00:00:00.000Z", "RangeEnd": "2022-01-01T00:00:00.000Z" }
],
Please confirm if there is a similar code for DSS PH API as well?
Regards,
Jerry