---
title: "Get Market Search"
method: GET
path: "/v1/markets/search"
tags: ["Markets"]
---

# Get Market Search

`GET /v1/markets/search`

Search for securities by partial match on symbol or company name. Results are in descending order by average volume of the security. This can be used for simple search functions

## Query parameters

- `q` string, required
- `indexes` boolean

## Headers

- `Accept` 'application/json', required

## Response `200`

Search results

- SearchResponse
  - `securities` object
    - `security` object[]
      - `symbol` string — The security symbol
      - `exchange` string — The exchange code
      - `type` 'stock' | 'etf' | 'index' | 'option' | 'mutual_fund' — The security type
      - `description` string — The security description

## Other responses

- `400` — Invalid request parameters or body
- `401` — Authentication required or invalid credentials

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/versions/3cda47abe673/schema)
