question

Upvotes
Accepted
3 1 1 2

Quote - Date, Quote - Number of Sellers, Quote - Number of Buyers fields are empty in TickHistoryTimeAndSalesExtractionRequest

following is the request I am trying to make
{ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest", "ContentFieldNames": [ "Quote - Date", "Quote - Exchange Time", "Quote - Bid Price", "Quote - Bid Size", "Quote - Number of Buyers", "Quote - Ask Price", "Quote - Ask Size", "Quote - Number of Sellers", "Quote - Qualifiers", "Quote - Sequence Number" ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [ { "Identifier": "ESH9", "IdentifierType": "Ric" } ], "ValidationOptions": { "AllowHistoricalInstruments": true }, "UseUserPreferencesForValidationOptions": "False" }, "Condition": { "MessageTimeStampIn": "GmtUtc", "ReportDateRangeType": "Range", "QueryStartDate": "2018-12-19T22:00:00.000", "QueryEndDate": "2018-12-20T23:00:00.000", "DisplaySourceRIC": "False" } } }

I am able to get the data back for requested time range but with above mentioned columns empty. I am trying to get data for trading session of 2018.12.20(Which actually starts on 2018.12.19). I am trying to identify data for one trading session using Quote-Date. Is there any other way to get data for requested trading day session instead of requesting for a time range?

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
648 5 4 6

@manasi.kelkar

Suggest you please post your query at www.my.refinitiv.com as your query appears on data updates.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
648 5 4 6

@manasi.kelkar

Tick History doesn't support session based date/time extraction, unless there is session RIC available (some exchanges have sessions RIC) but for ESH9 there is no alternative session RIC available. The best way to query your extraction based on time range where a particular session quoting is available.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you for the reply. Any comment on fields being empty?(Quote - Date, Quote - Number of Buyers, Quote - Number of sellers)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.