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

# 개요데이터

## 개요 데이터

한국의 상장 기업 뿐 아니라, 비상장기업(비외감 포함)에 대한 개요 데이터를 기반으로 질의할 수 있습니다.

{% hint style="info" %}
기간 : 1996년 부터 현재까지\
출처 : 나이스평가정보\
항목 : 개요, 요약, 대표이사, CEO, 주주, 대표이사 나이, 주거래은행, 홈페이지, 웹사이트, 상장일, 창업일, 창립일, 설립일, 거래소, 산업분류, 주소, 종업원수
{% endhint %}

### 개요 전체 조회

개별기업의 개요는 아래와 같이 조회합니다.

```
삼성전자 개요 
삼성전자 요약
```

![](/files/-McYG7N8D09UGFY2Qtcc)

여러 기업의 개요정보는 GetEntitySummary 라는 함수를 이용하여 조회합니다.

```
GetEntitySummary(상장 기업)
```

![](/files/-McYFupmXSvN3vXcJt1O)

### 데이터별로 조회

아래에 나열된 데이터들을 직접 조회할 수 있습니다.&#x20;

{% hint style="info" %}
대표이사, CEO, 주주, 대표이사 나이, 주거래은행, 홈페이지, 웹사이트, 상장일, 창업일, 창립일, 설립일, 거래소, 산업분류, 주소, 종업원수
{% endhint %}

```
삼성전자 대표이사 주거래은행 홈페이지 상장일
```

![](/files/-McYH2PiQ2yQY210xO_I)


---

# 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/data/overview.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.
