---
title: "Lấy thông tin chi tiết một mã trái phiếu"
method: GET
path: "/bonds/{bondCode}"
tags: ["Bond"]
---

# Lấy thông tin chi tiết một mã trái phiếu

`GET /bonds/{bondCode}`

## Path parameters

- `bondCode` string, required

## Response `200`

Thành công

- FireAntApiModelsBondsBondDetailViewModel
  - `bondCode` string
  - `detail` FireAntApiModelsBondsBondDetailJson
    - `bondCode` string
    - `isin` string
    - `issuerName` string
    - `issuerSymbol` string
    - `issuerListingStatus` boolean
    - `institutionID` integer
    - `issuerICBCode` string
    - `bondName` string
    - `bondType` string
    - `market` string
    - `status` string
    - `couponRate` string
    - `couponRateType` string
    - `interestPaymentMethod` string
    - `issueDate` string, date-time
    - `maturityDate` string, date-time
    - `tenorPeriod` string
    - `faceValue` number, double
    - `currency` string
    - `totalIssuedValue` number, double
    - `currentListedValue` number, double
    - `issueForm` string
    - `issueMethod` string
  - `history` FireAntApiModelsBondsRegistrationHistoryJson[]
    - `registrationNo` integer
    - `registrationType` string
    - `reason` string
    - `volume` number, double
    - `value` number, double
    - `registrationCert` string
    - `registrationDate` string, date-time
  - `cashFlows` FireAntApiModelsBondsCashFlowJson[]
    - `periodNo` integer
    - `periodStart` string, date-time
    - `periodEnd` string, date-time
    - `paymentDate` string, date-time
    - `bondRate` number, double
    - `yearFraction` number, double
    - `interestAmount` number, double
    - `principalAmount` number, double
    - `totalCashflow` number, double

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