---
title: "Tìm kiếm sự kiện"
method: GET
path: "/events/search"
tags: ["Events"]
---

# Tìm kiếm sự kiện

`GET /events/search`

## Query parameters

- `symbol` string
- `orderBy` integer
- `type` 0 | 1 | 2 | 3
- `startDate` string, date-time
- `endDate` string, date-time
- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsInstitutionsCompanyEvent[]
  - `eventID` integer
  - `symbol` string
  - `name` string
  - `title` string
  - `recordDate` string, date-time
  - `registrationDate` string, date-time
  - `executionDate` string, date-time
  - `type` 0 | 1 | 2 | 3 — (0 = None, 1 = CashDividend, 2 = StockDiviđen, 3 = RightsIssue)

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