Equity Bulk Search by Ticker via DataScope Select API

Options
FioSegura
FioSegura LSEG
edited July 25 in DSS

Hi team, I hope this inquiry finds you well.

I'm looking for a way to locate equities by their tickers, and I know we have a request to that like this:

https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/tutorials#rest-api-tutorial-12--search-for-an-equity

That doesn't seem to allow the use of more than 1 ticker or org ID, I understand that TH Historical Search is not available for DSS Users, unless they get a TH ID, but is there any any other way to use multiple tickers or even org IDs to locate the equities for each?

Looking forward to hearing from you, thanks for your attention to this question.

Answers

  • Hello @FioSegura

    How about using the Instrument Search. It seems to allow passing in multiple instruments in the request message.

    POST "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/InstrumentSearch"
    
    {
      "SearchRequest": {
        "InstrumentTypeGroups": [
          "Equities",
        ],
        "IdentifierType": "Ticker",
        "Identifier": "IBM, GE, YHOO",
        "PreferredIdentifierType": "Ric"
      }
    }
    
    

    These content related questions are best answered by reaching out to content specialists at LSEG MyAccount.