Hello,
I'm trying to retrieve CFI2Z0 data for 2020 year, but the output is empty while the data for CFI2Z1, CFI2Z2 etc. are available. Any ideas what I'm doing wrong?
Many thanks.
Details of my request:
* @odata.type: "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryMarketDepthExtractionRequest"
* ContentFieldNames: ["Ask Price", "Bid Price", "Number of Buyers", "Number of Sellers"]
* InstrumentIdentifiers: [("CFI2Z0", "Ric")]
* Condition: {"View": "NormalizedLL2",
"NumberOfLevels": 2,
"MessageTimeStampIn": "GmtUtc",
"ReportDateRangeType": "Range",
"ReportDateRangeType": "Range",
"QueryStartDate": start_date_str,
"QueryEndDate": end_date_str}