Hi, can anybody help me understand why if I try to get the prices for AMCR.OQ^F07 I get "Report suppressed because there are no instruments"?
I've attached a Postman screenshot and this is my body code:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest",
"ContentFieldNames": [
"Trade - Price",
"Trade - Volume",
"Trade - Exchange Time"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [{
"Identifier": "AMCR.OQ^F07",
"IdentifierType": "Ric"
}]
},
"Condition": {
"MessageTimeStampIn": "GmtUtc",
"ApplyCorrectionsAndCancellations": false,
"ReportDateRangeType": "Range",
"QueryStartDate": "2006-01-01T00:00:00.000Z",
"QueryEndDate": "2019-09-21T12:00:00.000Z",
"DisplaySourceRIC": true
}
}
}
Also, there is a way to know if a Instrument have historical prices data before hitting the TickHistoryTimeAndSalesExtractionRequest and get counted in the Datascope Quota Used?
Thank you in advance
