Query the list of stocks most held by TOP 5 AUM active investment institutions
GET/v2/center/active/investor/huge-investor/stock/list
This API queries the list of stocks most held by the TOP 5 AUM (in terms of holding balance) active investment institutions. It provides the list sorted by portfolio proportion.
Request
Query Parameters
Default value: 0
Page number (default: 0)
Possible values: <= 5
Default value: 5
Number of items per page (maximum 5)
Possible values: [portfolio weight
, description
, portfolio weight
, ascending
]
Default value: portfolio weight, description
Sorting criteria (default: portfolioWeight,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 [
]
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 Identification ID)
Stock ticker code
TimeCode (US)
Average Transaction Price (Accumulated)
Portfolio Weight
Holdings Balance
{
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"data": [
{
"companyName": "string",
"stockName": "string",
"cik": "string",
"ticker": "string",
"timeCode": "string",
"averagePrice": 0,
"portfolioWeight": 0,
"holdingsBalance": 0
}
]
}