Recent quarterly transaction data for the Top 5 Active Institutional Investors by AUM
GET/v2/center/active/investor/huge-investor/transaction/list
Retrieves the most recent quarterly transaction data for the Top 5 Active Institutional Investors by AUM
Request
Query Parameters
transactionAmount,desc
: Sort by highest transaction amount
Default value: 0
Page number
Default value: 5
Page size (maximum 5)
Default value: transactionAmount,desc
List sorting criteria
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 [
]
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
object[]
Company Name
Stock Name
CIK (Unique Investor ID)
Representative Name
Stock Ticker Code
TimeCode (US)
Average Transaction Price (Cumulative)
transaction amount
Possible values: [NEW_PURCHASE
, PARTIAL_SALE
, ADDITIONAL_PURCHASE
, CLEARING
, HOLDING
]
detailed transaction type
{
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"data": [
{
"companyName": "string",
"stockName": "string",
"cik": "string",
"representativeName": "string",
"ticker": "string",
"timeCode": "string",
"averagePrice": 0,
"transactionAmount": 0,
"detailTransactionType": "NEW_PURCHASE"
}
]
}