> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/company/bond/getbondissuancehistory.md).

# GetBondIssuanceHistory

### Function specification

```
GetBondIssuanceHistory(issuer_codes)
```

###

### Parameters

| Parameter     | Type   | Description |
| ------------- | ------ | ----------- |
| issuer\_codes | string | 채권 발행자 코드   |

###

### Examples

```
> GetBondIssuanceHistory("00628")
...
issuer_code	date	count	sum
00628	2016-05-31	2	150,000,000,000
00628	2017-06-30	2	150,000,000,000
00628	2019-05-31	2	120,000,000,000
```
