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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
17 0 0 4

Data Scope Selelct TermsAndConditionsExtractionRequest

request_body = {
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": [
           "RIC", "CUSIP", "ISIN", "SEDOL"
        ],
        "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [
                {
                    "Identifier": "66",
                    "IdentifierType": "FileCode"
                }
            ]
        }
    }
}

I use the above REST API body to retrieve RIC, CUSIP, ISIN, SEDOL of ASX listed securities from TermsAndConditionsExtractionRequest. In the code snippet above

"Identifier": "66",

66 is for ASX. Where can I find values of other exchanges? For example NASDAQ, NYSE etc.

Thanks.

dss-rest-api#content
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.

Hi @zhang_dawg ,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thank you,

AHS

1 Answer

· Write an Answer
Upvotes
79.4k 253 52 74

@zhang_dawg

Thank you for reaching out to us.

You can use the DSS Web GUI to search for file codes.

1713757113916.png



1713757113916.png (71.8 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.