---
title: "Lấy thông tin ngành theo danh sách mã chứng khoán"
method: GET
path: "/icb/industry-info"
tags: ["ICB"]
---

# Lấy thông tin ngành theo danh sách mã chứng khoán

`GET /icb/industry-info`

## Query parameters

- `symbols` string

## Response `200`

Thành công

- FireAntApiModelsIndustriesIndustryInfo[]
  - `symbol` string
  - `sectorKind` string
  - `isFinancial` boolean
  - `icbCode` string
  - `icbHierarchy` FireAntApiModelsIndustriesIndustryHierarchy
    - `lv1` string
    - `lv2` string
    - `lv3` string
    - `lv4` string
  - `label` FireAntApiModelsIndustriesIndustryLabel
    - `vi` string
    - `en` string
  - `exchange` string

## 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)
