Resolve Securities in Bulk

Resolves a batch of identifiers (ISIN, CUSIP, symbol) and returns one
result per identifier, keyed by the identifier exactly as sent.

Each identifier is looked up the same way GET /v1/security/{id} looks up
one: identifiers are matched verbatim, so a lowercase symbol is
not_found. Asset-type caches are consulted in the order given by
resolution_order (or the default order when omitted), and asset types
not listed are not searched.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
identifiers
array of strings
required
length ≤ 1000

Identifiers to resolve (ISIN, CUSIP, or symbol). Duplicates collapse
into a single result.

identifiers*
fields
array of strings

Fields to include in each resolved record. All fields when omitted.

fields
resolution_order
array of strings

Asset types to search, in priority order. Asset types not listed are
not searched. Empty or missing uses the default order:
equity, fixed_income, fund. Unknown values return 400.

resolution_order
Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json