# 상장여부 기반 기업 검색

## 상장여부 기반 검색

회사가 거래소(KOSPI, KOSDAQ, KONEX)에 상장한 기업리스트를 조회합니다.

### 사용방법

상장한 기업을 조회하기 위해서 `상장 기업`이라고 입력하면 됩니다.&#x20;

```
상장 기업
```

### 다른데이터와 응용

```
예시 1) 상장한 기업들의 매출을 조회합니다.
매출 in 상장 기업 

예시 2) 상장한 기업들의 2020년 매출 영업이익 당기순이익을 조회합니다.

2020 매출 2020 영업이익 2020 당기순이익 in 상장 기업
```


---

# 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/inquiry/companysearch/awefjj.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.
