> 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/getbondissuerlist.md).

# GetBondIssuerList

### Function specification

```
GetBondIssuerList(class_code)
```

###

### Parameters

| Parameter   | Type   | Description   |
| ----------- | ------ | ------------- |
| class\_code | string | 채권 class code |

### Examples

```
> GetBondIssuerList("1000000")
...
class_code	issuer_code	issuer_name	count	avg_ytm	avg_maturity	total_issue_size
1000000	20005	국고채권	203	1.36	17.48	95,072,313,510,000
```
