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

# SearchBondIssuerByName

### Function specification

```
SearchBondIssuerByName(name)
```

###

### Parameters

| Parameter | Type   | Description |
| --------- | ------ | ----------- |
| name      | string | 발행자 이름      |

###

### Examples

```
> SearchBondIssuerByName("녹십자")
...
class_code	issuer_code	issuer_name	count	avg_ytm	avg_maturity	total_issue_size
7040113	00628	녹십자	5	1.62	1.86	360,000,000,000

```
