Search for trading symbols including stocks, options, and other securities
.
):
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. Use '.' prefix for options search (e.g., '.AAPL')
1
Maximum number of results to return
1 <= x <= 100
Search results retrieved successfully
The response is of type object[]
.