---
title: "Lấy tất cả hợp đồng IR"
method: GET
path: "/ir/contracts"
tags: ["IR"]
---

# Lấy tất cả hợp đồng IR

`GET /ir/contracts`

## Query parameters

- `type` integer

## Response `200`

Thành công

- FireAntApiModelsInvestorRelationsIRContract[]
  - `symbol` string — Gets or sets the symbol associated with the contract.
  - `status` string — Gets or sets the status of the contract.
  - `endDate` string, date-time — Gets or sets the end date of the contract.
  - `daysRemaining` integer — Gets or sets the number of days remaining until the contract ends.
  - `contractCode` string — Gets or sets the unique code for the contract.

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