Insider Transaction Details
GET/v1/basic/insider-transaction/list/:ticker
Insider Transaction Details
Request
Path Parameters
stock code
Query Parameters
Query start date (YYYY-MM-DD)
end date of query (YYYY-MM-DD)
Default value: 1
page number (default: 1)
Default value: 20
Number of data per page (Default: 20)
Possible values: [ASC
, DESC
]
Default value: ASC
Sorting method (Default: ASC, either ASC or DESC)
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
Array [
]
data
object[]
Stock Code
CIK (Unique Investor Identification ID)
Insider Name
Security Type Details (e.g., common stock, RSU)
Transaction type code
Buy/Sell classification
Average transaction price
Number of shares traded
Remaining share quantity
Remaining share quantity - reflecting derivatives
Whether the transaction is direct or indirect
Trader Classification (e.g., Management, CEO, CFO, VP)
Type of discloser
First Name
Middle Name
Last Name
Company Name (provided in KR only)
Quantity before transaction change (provided only in case of KR)
Quantity after transaction change (provided only in case of KR)
Currency
Disclosure Base Date (YYYY-MM-DD)
Disclosure Date (YYYY-MM-DD)
Transaction Date (YYYY-MM-DD)
Response code
Response status code
Response message
Response timestamp
Default value: 0
Page number (default: 0)
Default value: 5
Page size (default: 5)
Default value: 0
Total number of pages
Default value: 0
Total number of items
{
"data": [
{
"ticker": "string",
"nameCik": "string",
"name": "string",
"stockTitle": "string",
"transactionCode": "string",
"buyOrSell": "string",
"averagePrice": 0,
"sharesTraded": 0,
"sharesTradedAfter": 0,
"sharesTradedAfterAll": 0,
"directIndirect": "string",
"title": "string",
"nameCategory": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"companyName": "string",
"sharesOwnedBefore": 0,
"sharesOwnedAfter": 0,
"currency": "string",
"issuedDt": "2024-07-29",
"reportedDt": "2024-07-29",
"transactionDt": "2024-07-29"
}
],
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0
}