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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 1

Batch Search via DSS API

Hi,

Is it possible to search multiple instruments/batches of instruments via the DSS API searches at the same time? My client from Baader Bank AG is would like to provide multiple ISINs and MICs in order to search the correct RIC.

The only solution I found is to map statically MICs to Exchange Code and then use the extraction mechanism without the search.

Thanks in advance for your help!

#technologydss-rest-apisearch
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 @grzegorz.zajac ,

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.3k 253 52 74

@grzegorz.zajac

The Tick History product has the Historical Bulk Search feature (Search/HistoricalBulkSearch) but you can use it with ISINs and Exchanges, not MICs.

For example:

{
  "Request": {
    "@odata.context": "http://selectapi.datascope.refinitiv.com:83/RestApi.Help/$metadata#DataScope.Select.Api.Search.HistoricalBulkSearchRequest",
    "Identifiers": [
        {
            "Identifier": "US4592001014",
            "IdentifierType": "Isin",
            "Exchange": "NYS"
        },
        {
            "Identifier": "TH0646010Z00",
            "IdentifierType": "Isin",
            "Exchange": "SET"
        }
    ],
    "Range": {
        "Start": "2023-10-06T00:00:00.000Z",
        "End": "2023-10-06T00:00:00.000Z"
    },
    "ResultsBy": "Entity"
}
}

However, you can contact the Datascope Select support team directly via MyRefinitiv to verify if this can be done via the DSS Web UI.

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.