---
title: "Lấy thống kê hoạt động IR của các bài viết của 1 mã chứng khoán"
method: GET
path: "/ir/post-statistics/{symbol}"
tags: ["IR"]
---

# Lấy thống kê hoạt động IR của các bài viết của 1 mã chứng khoán

`GET /ir/post-statistics/{symbol}`

## Path parameters

- `symbol` string, required

## Query parameters

- `fromDate` string, date-time, required
- `toDate` string, date-time, required

## Response `200`

Thành công

- FireAntApiModelsInvestorRelationsIRPostStatistics[]
  - `symbol` string — Gets or sets the symbol associated with the post.
  - `date` string, date-time — Gets or sets the date of the post.
  - `title` string — Gets or sets the title of the post.
  - `type` string — Gets or sets the type of the post.
  - `totalNotifications` integer — Gets or sets the total number of notifications for the post.
  - `totalLikes` integer — Gets or sets the total number of likes for the post.
  - `totalReplies` integer — Gets or sets the total number of replies to the post.
  - `fireAntLink` string — Gets or sets the FireAnt link related to the post.
  - `stockbizLink` string — Gets or sets the Stockbiz link related to the post.
  - `notes` string — Gets or sets additional notes about the post.

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