시큐리티 마스터 조회
GET/v1/basic/common/security/master/:ticker
ticker 에 해당하는 주식 상세 정보를 가져옵니다.
Request
Path Parameters
ticker stringrequired
종목 코드
Header Parameters
Accept-Country stringrequired
Default value: KR
국가코드 (KR or US)
Accept-Currency string
Default value: KRW
통화 표시 (KRW or USD)
Accept-Language string
Default value: KO
언어표시 (KO or EN)
Responses
- 200
성공
- application/json
- Schema
- Example (from schema)
Schema
data
object
ticker stringrequired
종목 코드
securityName string
종목 명(영문)
securityNameKo string
종목 명(국문)
headQuarterCountryCode string
본사 국가
exchangeCountryCode string
상장 거래소 국가
isin stringrequired
ISIN 코드
sedol string
SEDOL 코드
cusip string
CUSIP 코드
ric string
RIC 코드
cik stringrequired
CIK(투자자 고유 식별 ID) 코드
economicSector string
1Depth 산업 분류
businessSector string
2Depth 산업 분류
industryGroup string
3Depth 산업 분류
industry string
4Depth 산업 분류
subIndustry string
5Depth 산업 분류
listingStatus boolean
상장 여부
foundationDt date-time
설립일
listedDt date-time
상장일
delistedDt date-time
상장폐지일
exchange string
거래소 명(영문)
exchangeKo string
거래소 명(국문)
listedMarket string
상장시장(영문)
listedMarketKo string
상장시장(국문)
lsegListedMarketCode string
LSEG 상장시장 코드
lsegListedMarket string
LSEG 상장시장
code string
응답 코드
status integer
응답 상태 코드
message string
응답 메시지
timestamp string
응답 타임스탬프
{
"data": {
"ticker": "string",
"securityName": "string",
"securityNameKo": "string",
"headQuarterCountryCode": "string",
"exchangeCountryCode": "string",
"isin": "string",
"sedol": "string",
"cusip": "string",
"ric": "string",
"cik": "string",
"economicSector": "string",
"businessSector": "string",
"industryGroup": "string",
"industry": "string",
"subIndustry": "string",
"listingStatus": true,
"foundationDt": "2024-07-29T15:51:28.071Z",
"listedDt": "2024-07-29T15:51:28.071Z",
"delistedDt": "2024-07-29T15:51:28.071Z",
"exchange": "string",
"exchangeKo": "string",
"listedMarket": "string",
"listedMarketKo": "string",
"lsegListedMarketCode": "string",
"lsegListedMarket": "string"
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}
Loading...