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!

Best Answer

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