# GetBondIssuerListFromIndustry

### Function specification

```
GetBondIssuerListFromIndustry(industries)
```

###

### Parameters

| Parameter  | Type           | Description |
| ---------- | -------------- | ----------- |
| industries | list of string | 통계청 산업코드    |

###

### Examples

```
> GetBondIssuerListFromIndustry("C21")
...
class_code	issuer_code	count	avg_ytm	avg_maturity	total_issue_size	issuer_name
7040113	00628	5	1.62	1.86	360,000,000,000	녹십자
7050111	06989	4	1.66	1.52	380,000,000,000	대웅제약
7050111	17662	4	1.80	2.49	290,000,000,000	한미약품
7050112	00929	1	1.62	1.05	10,000,000,000	광동제약
7050113	00849	2	1.81	1.62	100,000,000,000	서흥
7050113	44919	2	1.98	2.48	200,000,000,000	에이치케이이노엔
7060111	00239	1	2.25	0.35	50,000,000,000	한독
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/company/bond/getbondissuerlistfromindustry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
