Query list of stocks cheaper than those held by active investment institutions
GET/v2/center/active/investor/stock-holdings/cheap/list
Query list of stocks cheaper than those held by active investment institutions
Request
Query Parameters
Default value: 0
Page number (default: 0)
Possible values: <= 5
Default value: 5
Number of items per page (up to 5)
Possible values: [priceDifference
, asc
, priceDifference
, desc
]
Default value: priceDifference,asc
Sort order (default: priceDifference,asc)
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[]
Average Unit Price
Stock Name
Average Unit Price Difference
List of 3-month Average Unit Prices of the Stock
Stock ticker code
TimeCode (US)
Average trading price (cumulative)
{
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string",
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"data": [
{
"price": "string",
"stockName": "string",
"priceDifference": "string",
"price3m": [
0
],
"ticker": "string",
"timeCode": "string",
"averagePrice": 0
}
]
}