Shareholder Information Inquiry
GET/v2/center/common/trader/:cik
Retrieves investor information by CIK (unique investor identification ID).
Request
Path Parameters
cik stringrequired
CIK (unique investor identification id), e.g., for Warren Buffett it would be 1067983
Header Parameters
Accept-Country stringrequired
Default value: KR
Country Code (KR or US)
Accept-Currency string
Default value: KRW
Currency Code (KRW or USD)
Accept-Language string
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
name string
Item Name
ticker string
ticker
icon string
Stock icon URL
exchange string
Exchange Name
industryCode string
Industry Code
deListed boolean
Whether delisted
code string
Response code
status integer
Response status code
message string
Response message
timestamp string
Response timestamp
{
"data": {
"name": "string",
"ticker": "string",
"icon": "string",
"exchange": "string",
"industryCode": "string",
"deListed": true
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}
Loading...