> 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/industry/group/getconglomeratemembers.md).

# GetConglomerateMembers

### Function specification

```
GetConglomerateMembers(conglomerate_ids)
```

###

### Parameters

| Parameter         | Type   | Description |
| ----------------- | ------ | ----------- |
| conglomerate\_ids | string | 기업 집단 id    |

###

### Examples

```
> GetConglomerateMembers("511")
...
fiscal_year	conglomerate_id	symbol	entity_name
2019	511	NICE:039224	스테코
2019	511	NICE:102357	삼성전자판매
2019	511	NICE:122088	삼성벤처투자
2019	511	NICE:125346	삼성전자로지텍
2019	511	NICE:131940	시큐아이
2019	511	NICE:136979	씨브이네트
2019	511	KRX:067280	멀티캠퍼스
2019	511	NICE:168139	삼성생명서비스손해사정
2019	511	NICE:173255	미라콤아이앤씨
2019	511	NICE:314528	세메스
2019	511	NICE:372670	에스디플렉스
2019	511	KRX:010140	삼성중공업
2019	511	KRX:006400	삼성SDI
2019	511	KRX:005930	삼성전자
2019	511	KRX:009150	삼성전기
2019	511	NICE:387533	삼성메디슨
2019	511	NICE:478917	하만인터내셔널코리아
2019	511	NICE:607240	삼성선물
2019	511	KRX:008770	호텔신라
2019	511	KRX:028260	삼성물산
2019	511	NICE:814130	삼성경제연구소
2019	511	KRX:030000	제일기획
2019	511	KRX:028050	삼성엔지니어링
2019	511	KRX:012750	에스원
2019	511	KRX:018260	삼성에스디에스
2019	511	KRX:016360	삼성증권
2019	511	KRX:032830	삼성생명
2019	511	KRX:000810	삼성화재
2019	511	NICE:876224	삼성화재서비스손해사정
2019	511	NICE:910333	서울레이크사이드
2019	511	NICE:952133	삼성전자서비스
2019	511	NICE:952222	삼성자산운용
2019	511	NICE:955671	삼성화재애니카손해사정
2019	511	NICE:968439	생보부동산신탁
2019	511	NICE:990230	삼성라이온즈
2019	511	KRX:029780	삼성카드
2019	511	NICE:C39492	에스코어
2019	511	NICE:C72637	수원삼성축구단
2019	511	NICE:F07990	휴먼티에스에스
2019	511	NICE:F26572	레드벤드소프트웨어코리아
2019	511	NICE:F35864	오픈핸즈
2019	511	NICE:F39138	에스원씨알엠
2019	511	KRX:207940	삼성바이오로직스
2019	511	NICE:H33271	에스티엠
2019	511	NICE:H76861	에스유머티리얼스
2019	511	NICE:H79395	제일패션리테일
2019	511	NICE:H82125	삼성바이오에피스
2019	511	NICE:H82126	삼성디스플레이
2019	511	NICE:HD0212	삼성생명금융서비스보험대리점
2019	511	NICE:HD4399	에이치디씨신라면세점
2019	511	NICE:HO3818	삼성화재금융서비스보험대리점
2019	511	NICE:I10413	삼성코닝어드밴스드글라스
2019	511	NICE:I67169	네추럴나인
2019	511	NICE:I71403	삼성에스알에이자산운용
2019	511	NICE:IM3580	삼성액티브자산운용
2019	511	NICE:IM4018	삼성헤지자산운용
2019	511	NICE:IV1459	에스비티엠
2019	511	NICE:JH7192	삼성전자서비스씨에스
2019	511	NICE:L24796	삼성웰스토리
2019	511	NICE:L29682	삼성카드고객서비스
2019	511	NICE:L85333	신라스테이
2019	511	NICE:M09094	삼우종합건축사사무소
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/industry/group/getconglomeratemembers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
