---
title: "Security Stocks by Symbol"
method: GET
path: "/trsrv/stocks"
tags: ["Contract"]
---

# Security Stocks by Symbol

`GET /trsrv/stocks`

Returns an object contains all stock contracts for given symbol(s)

## Query parameters

- `symbols` string, required

## Response `200`

returns an object with symbols

- object
  - `symbol` object[] — This is an array of object(s), there could be multiple results under same symbol
    - `name` string — company name
    - `chineseName` string — company name in Chinese
    - `assetClass` string
    - `contracts` object[] — array of contracts from different exchanges
      - `conid` integer — conid of the stock contract
      - `exchange` string

## Other responses

- `500` — error while processing the request

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
