Insider AI Trade Analysis (Batch Data)
GET/v2/center-batch/insider/ai-briefing/recent
The insider trades API analyzes data on insider trading via AI every 5 minutes and delivers a list of key transactions.
It is generated with batch data every 5 minutes to provide fast performance.
It offers up to 50 transaction histories.
Request
Query Parameters
Default value: 0
Page number
Possible values: <= 100
Default value: 10
Number of items per page (up to 100)
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
id
Possible values: [BUY
, SELL
, ALL
]
Buy/Sell
Trading Type
Company Name
Trader Name
Company Image
Trader Image
Industry Classification Code
Transaction Date
Disclosure Date
ticker
Trader Unique Code
Position
Trading Volume
Average Price
Trading Amount
score
inspect
object
Transaction Analysis Area
Possible values: [BUY
, SELL
, ALL
]
Possible values: [TRANSACTION_CODE
, AVERAGE_PRICE
, TRANSACTION_DATE
, REPORTED_DATE
, AMOUNT_TRADED
, BUY_OR_SELL
, SHARES_TRADED
]
Disclosure error information code
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": {
"id": 0,
"buyOrSell": "BUY",
"tradeType": "string",
"companyName": "string",
"traderName": "string",
"companyImageUrl": "string",
"profileImageUrl": "string",
"industryCode": "string",
"transactionDate": "2024-07-29T15:51:28.071Z",
"reportDate": "2024-07-29T15:51:28.071Z",
"ticker": "string",
"cik": "string",
"traderTitle": "string",
"sharesTraded": 0,
"averagePrice": 0,
"amountTraded": 0,
"score": 0,
"inspect": {
"buyOrSell": "BUY",
"targetDay": 0,
"percent": 0,
"chartData": [
0
],
"guideText": "string"
},
"disclaimerCodes": [
"TRANSACTION_CODE"
],
"isDisclaimer": true
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0
}