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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted

DSS intraday service behaviour

Hi Team,


We are using On Demand intraday service form DSS. what we noticed the data its returning is last available date data rather than what was the for current date.


For example we trying to get the intraday price for "XS0257767631" as of 8th NOV 2023. the result it gives is as of 31/02/2022. Is this expected ?

#technology#contentweb-services
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
80.1k 257 52 75

@chittaranjan.rout@hsbcib.com

Thank you for reaching out to us.

I used the following request.

{
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
        "ContentFieldNames": [
            "RIC",
            "Ask Price",
            "Bid Price",
            "Bid Yield",
            "Close Yield",
            "Expiration Date",
            "Last Price",
            "Last Update Time",
            "Mid Price",
            "Previous Close Date",
            "Previous Close Price",
            "Trade Date",
            "Universal Ask Price",
            "Universal Bid Ask Date",
            "Universal Bid Price"
        ],
        "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [
                {
                    "Identifier": "XS0257767631",
                    "IdentifierType": "Isin"
                }
            ]
        },
        "Condition": {
            "ScalableCurrency": true
        }
    }
}

The output is:

1699854351892.png

You need to contact the Datascope Select support team directly via MyRefinitiv to verify the retrieved content or get content fields that can provide the required data.




1699854351892.png (32.6 KiB)
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.