---
title: "Get Symbol Info"
method: GET
path: "/v2/data/symbol/{symbol}"
tags: ["marketdata"]
---

# Get Symbol Info

`GET /v2/data/symbol/{symbol}`

Finds the given symbol and returns a collection of fields describing the
symbol, its origin exchange, and other pertinant information.

## Path parameters

- `symbol` string, required

## Response `200`

Symbol Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Symbol Not Found
- `500` — Unexpected Error
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

[API](https://skmtc.net/tradestation/apis/tradestation-api.md) · [All operations](https://skmtc.net/tradestation/apis/tradestation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradestation/tradestation-api/revisions/061b6b092458/schema)
