---
title: "Thông tin mã chứng khoán"
method: GET
path: "/symbols/{symbol}"
tags: ["Symbols"]
---

# Thông tin mã chứng khoán

`GET /symbols/{symbol}`

## Path parameters

- `symbol` string, required

## Response `200`

Thành công

- FireAntApiModelsSymbolItem
  - `symbol` string — Mã chứng khoán
  - `isListing` boolean — Đang niêm yết hay không (true: Đang niêm yết)
  - `name` string — Tên doanh nghiệp
  - `exchange` string — Sàn niêm yết
  - `instrument` string
  - `type` string — Loại chứng khoán (stock: Cổ phiếu, index: Chỉ số, futures: Hợp đồng tương lai, warrant: Chứng quyền, fund: Quỹ, bond: Trái phiếu, commodity: Hàng hóa)
  - `industryCode` string — Mã ngành ICB
  - `icbCode` string — Mã ngành ICB mới

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

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