---
title: "Lấy thống kê dữ liệu thời điểm hiện tại của tất cả ngành"
method: GET
path: "/industries/current-stats"
tags: ["Industries"]
---

# Lấy thống kê dữ liệu thời điểm hiện tại của tất cả ngành

`GET /industries/current-stats`

## Response `200`

Thành công

- FireAntApiModelsIndustriesIndustrySnapshot[]
  - `industryCode` string — Mã ICB của ngành
  - `date` string, date-time — Ngày giao dịch
  - `indexHigh` number, double — Index ngành cao nhất
  - `indexLow` number, double — Index ngành thấp nhất
  - `indexOpen` number, double — Index mở cửa
  - `indexClose` number, double — Index đóng cửa
  - `indexBasic` number, double — Index tham chiếu
  - `totalVolume` number, double — Tổng khối lượng giao dịch
  - `totalValue` number, double — Tổng giá trị giao dịch
  - `buyCount` number, double — Số lệnh đặt mua
  - `sellCount` number, double — Số lệnh đặt bán
  - `buyQuantity` number, double — KL đặt mua
  - `sellQuantity` number, double — KL đặt bán
  - `advancesValue` number, double — Giá trị giao dịch của các mã tăng giá trong ngành
  - `declinesValue` number, double — Giá trị giao dịch của các mã giảm giá trong ngành
  - `unchangeValue` number, double — Giá trị giao dịch của các mã đứng giá trong ngành
  - `buyForeignQuantity` number, double — Khối lượng nhà đầu tư nước ngoài mua
  - `buyForeignValue` number, double — Giá trị nhà đầu tư nước ngoài mua
  - `sellForeignQuantity` number, double — Khối lượng nhà đầu tư nước ngoài bán
  - `sellForeignValue` number, double — Giá trị nhà đầu tư nước ngoài bán
  - `totalActiveBuyVolume` number, double — KL mua chủ động
  - `totalActiveSellVolume` number, double — KL bán chủ động
  - `pe` number, double — P/E ngành
  - `ps` number, double — P/S ngành
  - `pb` number, double — P/B ngành
  - `marketCap` number, double — Vốn hóa ngành

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