---
title: "Lấy chi tiết một trái phiếu cụ thể do công ty phát hành"
method: GET
path: "/symbols/{symbol}/bonds/{bondCode}"
tags: ["Symbols"]
---

# Lấy chi tiết một trái phiếu cụ thể do công ty phát hành

`GET /symbols/{symbol}/bonds/{bondCode}`

## Path parameters

- `symbol` string, required
- `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

- `404` — Không tìm thấy mã trái phiếu

---

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