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

# GetBondSummaryInfoPerIndustry

### Function specification

```
GetBondSummaryInfoPerIndustry(industries)
```

###

### Parameters

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

###

### Examples

```
> GetBondSummaryInfoPerIndustry(["C21","C22"])
...
industry_id	count	avg_ytm	avg_maturity	total_issue_size
C21	19	1.76	1.84	1,390,000,000,000
C22	17	1.71	2.31	1,370,000,000,000

```
