Get Security by identifier

Returns a single security record by ISIN across all asset classes.
If the identifier is not an ISIN, the service attempts to auto-detect
the symbol type and resolve it to the underlying ISIN.

Asset-type caches are consulted in the order given by the
resolution_order query parameter (or the default order when omitted).
Asset types not listed in resolution_order are not searched.

The equity type also covers pre-listing (IPO) securities: if an
identifier misses the listed equity feed, primary-market reference data
is consulted. Those records are shaped like any other equity —
asset_type=equity, asset_subtype=Stock — with status=pre_issuance
marking them as not yet trading. A listed record always wins over a pre-listing one.
Pre-listing records are reachable only by identifier lookup, not from
/v1/security/snapshot.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Security identifier. ISINs are looked up directly; other formats
(e.g., CUSIP) are auto-detected and resolved.

Query Params
string

Comma-separated list of asset types to search, in priority order.
Supported values: equity, fixed_income, fund. Asset types not listed
are not searched. Empty or missing uses the default order:
equity,fixed_income,fund. Unknown values return 400.

Responses

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