Chuyển tới nội dung chính

Thông tin Cơ cấu cổ đông

Api lấy dữ liệu cơ cấu cổ đông

HTTP request

  • URL: /api/company/v1/partner/ownership/breakdown/{ticker}
  • Method: GET
  • Content Type: application/json
  • Response Type: application/json

Tham số header

HeaderMô tảKiểu dữ liệuBắt buộc
X-Api-KeyKhóa duy nhất.string

Tham Số Đường Dẫn (Path Parameters)

Tên Tham SốKiểu Dữ LiệuMô Tả
tickerstringMã cổ phiếu.

Phản Hồi (Response)

Response Mẫu

{
"status": 200,
"message": "Success",
"data": [
{
"investorType": "Cổ đông chiến lược",
"pctOfSharesOutHeldTier": 46.74,
"children": [
{
"investorType": "Cá nhân",
"pctOfSharesOutHeldTier": 44.26
},
{
"investorType": "Tổ chức",
"pctOfSharesOutHeldTier": 2.47
}
]
},
{
"investorType": "Cổ đông thông thường",
"pctOfSharesOutHeldTier": 34.91,
"children": [
{
"investorType": "Cổ đông thông thường",
"pctOfSharesOutHeldTier": 34.91
}
]
},
{
"investorType": "Quỹ đầu tư",
"pctOfSharesOutHeldTier": 18.36,
"children": [
{
"investorType": "Quỹ mở & tư vấn đầu tư",
"pctOfSharesOutHeldTier": 10.33
},
{
"investorType": "Quỹ phòng hộ & tư vấn đầu tư",
"pctOfSharesOutHeldTier": 4.41
},
{
"investorType": "Private Equity",
"pctOfSharesOutHeldTier": 1.99
},
{
"investorType": "Quỹ nhà nước tài trợ",
"pctOfSharesOutHeldTier": 1.17
},
{
"investorType": "Quỹ hưu trí",
"pctOfSharesOutHeldTier": 0.46
},
{
"investorType": "Quỹ phòng hộ",
"pctOfSharesOutHeldTier": 0
}
]
}
]
}

Chi Tiết Tham Số Response

Tên Thuộc TínhKiểu Dữ LiệuMô Tả
statusnumber200: Success
400: Error
messagestringThông báo
dataarray (Xem chi tiết)Danh sách các cổ đông và quỹ

Cấu trúc thuộc tính data

Quay lại
Tên Thuộc TínhKiểu Dữ LiệuMô Tả
investorTypestringNhóm cổ đông
pctOfSharesOutHeldTiernumberPhần trăm cổ phần nắm giữ
childrenarray (Xem chi tiết)Các thành phần trong nhóm cổ đông

Cấu trúc thuộc tính data.children

Quay lại
Tên Thuộc TínhKiểu Dữ LiệuMô Tả
investorTypestringNhóm cổ đông
pctOfSharesOutHeldTiernumberPhần trăm cổ phần nắm giữ

CREDENTIALS

RESPONSE200

{
"status": 200,
"message": "Success",
"data": [
{
"investorType": "Cổ đông chiến lược",
"pctOfSharesOutHeldTier": 46.74,
"children": [
{
"investorType": "Cá nhân",
"pctOfSharesOutHeldTier": 44.26
},
{
"investorType": "Tổ chức",
"pctOfSharesOutHeldTier": 2.47
}
]
},
{
"investorType": "Cổ đông thông thường",
"pctOfSharesOutHeldTier": 34.91,
"children": [
{
"investorType": "Cổ đông thông thường",
"pctOfSharesOutHeldTier": 34.91
}
]
},
{
"investorType": "Quỹ đầu tư",
"pctOfSharesOutHeldTier": 18.36,
"children": [
{
"investorType": "Quỹ mở & tư vấn đầu tư",
"pctOfSharesOutHeldTier": 10.33
},
{
"investorType": "Quỹ phòng hộ & tư vấn đầu tư",
"pctOfSharesOutHeldTier": 4.41
},
{
"investorType": "Private Equity",
"pctOfSharesOutHeldTier": 1.99
},
{
"investorType": "Quỹ nhà nước tài trợ",
"pctOfSharesOutHeldTier": 1.17
},
{
"investorType": "Quỹ hưu trí",
"pctOfSharesOutHeldTier": 0.46
},
{
"investorType": "Quỹ phòng hộ",
"pctOfSharesOutHeldTier": 0
}
]
}
]
}