기업에 대한 개요를 조회합니다.
GET
https://api.deepsearch.com/v2/companies
Request Query Parameter
Name | Type | Description | Example |
---|
| | | |
| | | |
Response Example
{
"detail": {
"message": "success",
"code": "SUCCESS",
"ok": true
},
"data": [
{
"name": {{기업 이름* (string)}},
"name_ko": {{기업 한글 이름 (string)}},
"name_short": {{기업 짧은 이름* (string)}},
"symbol": {{기업 ticker* (string)}},
"exchange_code": {{기업 ticker* (string)}},
"exchange": {{기업이 상장되어 있는 거래소* (string)}},
"listed_date": {{상장일자 (string, YYYY-MM-DD)}},
"audit_type": {{외감 여부 (boolean)}}
},
...(and more)
]
}