Security Master Inquiry
GET/v1/basic/common/security/master/:ticker
Retrieves detailed information on the stock corresponding to the ticker.
Request
Path Parameters
Security code
Header Parameters
Default value: KR
Country Code (KR or US)
Default value: KRW
Currency Code (KRW or USD)
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
stock code
security name (English)
security name (Korean)
Headquarter Country
Listed Exchange Country
ISIN Code
SEDOL Code
CUSIP code
RIC code
CIK (unique investor ID) code
1st Depth industry classification
2nd Depth industry classification
3-Tier Industrial Classification
4-Tier Industrial Classification
5-Tier Industrial Classification
Listing Status
Foundation Date
Listing Date
Delisting Date
Exchange Name (English)
Exchange Name (Korean)
Listed Market (English)
Listed Market (Korean)
LSEG Listed Market Code
LSEG Listed Market
Response code
Response status code
Response message
Response timestamp
{
"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"
}