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.

Hello @chittaranjan.rout@hsbcib.com

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.4k 253 52 74

@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.