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

# Get Symbol Info

`GET /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

## Query parameters

- `access_token` 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

## Changes

- **2018-08-01** `0051f080d8d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tradestation/apis/tradestation-api/changes/data/symbol/:symbol/get.md)

---

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