Searches for trading symbols across multiple asset classes including stocks, ETFs, and options using query string matching. Supports prefix-based search for equities and dot-prefix search for options chains with intelligent filtering.
Use Case: Implement autocomplete search functionality for symbol lookup in trading applications with support for both equity and options discovery.
.):
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search term. Use . prefix for options |
limit | integer | No | Max results (1-100, default: 20) |
200 - Success400 - Bad request (missing query parameter)401 - Unauthorized (invalid API key or token)500 - Internal server error. prefix provides comprehensive option chain resultsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search query (required). Prefix with '.' for options, '/' for futures.
1Maximum number of results (optional). Default 20, min 1, max 100.
1 <= x <= 100