For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
41 2 2 10

DSS ElektronTimeseries Latency

Hello,

I am using DSS ElektronTimeseriesExtractionRequest to get end of day (EOD) quotes for various RICs. I was wondering: How long does it take, after the market closes, for each of the following fields to be updated?

["Open", "High", "Low", "Settlement Price", "Volume", "Open Interest", "Trade Date"]

I understand that some fields may be available sooner than others (e.g. "Open" can be available immediately, whereas "Settlement Price" may take a few hours to be computed). I would like the latency for each of the fields, unless DSS only provides data once all fields have been computed.


Here is a sample REST request

{"ExtractionRequest": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest",
    "ContentFieldNames": ["Open", "High", "Low", "Settlement Price", "Volume", "Open Interest", "Trade Date"],
    "IdentifierList": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
        "InstrumentIdentifiers": [
            {
                "Identifier": "CGBH3",
                "IdentifierType": "Ric"
            }
        ]
    },
    "Condition": {
        "ReportDateRangeType": "Range",
        "QueryStartDate": "2022-11-20T00:00:00.000Z",
        "QueryEndDate": "2022-11-23T00:00:00.000Z"
    }
}
}


Thanks!

elektrondss-rest-api#producttime-seriesextractionlatency
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.

1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

@jacktan

Thanks for reaching out to us.

If it is about a Data Release time or Embargo period, please refer to the Refinitiv Tick History Data Coverage Guide.

Otherwise, please contact the DataScope Select or Refinitiv Tick History support team directly via MyRefinitiv. The support team can check this and provide you with an answer.

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.

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.