We have some RIC that we can see in Eikon app (for instance USDRWFFIX), but not available through the api:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
"ContentFieldNames": [
"RIC",
"Bid Price",
"Last Update Time",
"Instrument Snap Time",
"Security Description"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "USDRWFFIX",
"IdentifierType": "Ric"
}
]
}
}
}
Would there be any Ric that are not available through API ?