Skip to main content

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

    page int32

    Default value: 0

    Page number (default: 0)

    size int32

    Possible values: <= 5

    Default value: 5

    Number of items per page (maximum 5)

    sort string

    Possible values: [portfolio weight, description, portfolio weight, ascending]

    Default value: portfolio weight, description

    Sorting criteria (default: portfolioWeight,desc)

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

Success

Schema

    code string

    Response code

    status integer

    Response status code

    message string

    Response message

    timestamp string

    Response timestamp

    page integer

    Default value: 0

    Page number (default: 0)

    size integer

    Default value: 5

    Page size (default: 5)

    totalPage integer

    Default value: 0

    Total number of pages

    totalCount integer

    Default value: 0

    Total number of items

    data

    object[]

  • Array [

  • companyName string

    Company Name

    stockName string

    Stock name

    cik string

    CIK (Unique Investor Identification ID)

    ticker string

    Stock ticker code

    timeCode string

    TimeCode (US)

    averagePrice double

    Average Transaction Price (Accumulated)

    portfolioWeight double

    Portfolio Weight

    holdingsBalance double

    Holdings Balance

  • ]

Loading...