Get Security Snapshot

Returns security records across all asset classes as NDJSON.
Use the filter parameter to narrow results and the fields parameter to
select which fields are returned.

When the filter targets the cache key field (isin) with an "in" operator,
the server performs direct cache lookups instead of scanning all records.
Additional filters in the same request are applied to the narrowed set.

Records are emitted in the order given by the resolution_order query
parameter (or the default order when omitted), and ISINs that appear
in more than one cache are deduped with the higher-priority asset type
winning. Asset types not listed in resolution_order are not searched.

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

Comma-separated list of fields to include in the response

string

JSON filter expression. Supported operators: equal_to, not_equal_to,
greater_than, greater_than_or_equal_to, less_than, less_than_or_equal_to,
in, not_in, is_null, includes, not_includes, starts_with, ends_with.
Logical combinators: and, or, not.

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.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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