Search for assets by ticker, name, or partial match
Assets
Search for assets by ticker, name, or partial match
GET
Search for assets by ticker, name, or partial match
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Query Parameters
Search query (ticker, name, or partial match). If not provided, returns all assets up to the limit.
Filter by asset status. Defaults to 'active'.
Available options:
active, inactive Filter by canonical instrument class.
Available options:
equity, etf, bond, bill, note, mutual_fund, derivative, cryptocurrency, commodity, real_estate, cash Filter by ISO 3166-1 alpha-2 country code (lower-case, e.g. us, ng).
Maximum number of results to return. Defaults to 50, maximum is 100.
Required range:
1 <= x <= 100Response
List of matching assets
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.