Lấy danh sách giao dịch nội bổ tất cả hoặc theo mã cổ phiếu
Api lấy danh sách giao dịch nội bổ tất cả hoặc theo mã cổ phiếu
HTTP request
- URL:
/api/company/v1/partner/ownership/insider-transactions - Method:
GET - Content Type: application/json
- Response Type: application/json
Tham số header
| Header | Mô tả | Kiểu dữ liệu | Bắt buộc |
|---|---|---|---|
| X-Api-Key | Khóa duy nhất. | string | có |
Tham Số Truy Vấn (Query Parameters)
| Tên Tham Số | Kiểu Dữ Liệu | Mô Tả |
|---|---|---|
| page | string | Số trang bắt đầu tư 0 |
| size | string | Số bản ghi |
| ticker | string | Mã cổ phiếu muốn lọc, để trống lấy tất cả |
Phản Hồi (Response)
Response Mẫu
{
"status": 200,
"message": "Success",
"total": 38649,
"data": [
{
"ticker": "PVS",
"tradedDate": "06/02/2025",
"value": 4381000000,
"isBuy": true,
"insiderName": "Norges Bank",
"insiderOccupation": "",
"result": 130000,
"averagePrice": 33700,
"entityType": "ORGANIZATION",
"isTradeMarket": true
},
{
"ticker": "PVS",
"tradedDate": "06/02/2025",
"value": 2696000000,
"isBuy": true,
"insiderName": "Vietnam Enterprise Investments Limited",
"insiderOccupation": "",
"result": 80000,
"averagePrice": 33700,
"entityType": "ORGANIZATION",
"isTradeMarket": true
},
{
"ticker": "PVS",
"tradedDate": "06/02/2025",
"value": 3370000000,
"isBuy": true,
"insiderName": "Wareham Group Limited",
"insiderOccupation": "",
"result": 100000,
"averagePrice": 33700,
"entityType": "ORGANIZATION",
"isTradeMarket": true
}
]
}
Chi Tiết Tham Số Response
| Tên Thuộc Tính | Kiểu Dữ Liệu | Mô Tả |
|---|---|---|
| status | number | 200: Success 400: Error |
| message | string | Thông báo |
| total | number | Tổng số bản ghi |
| data | array (Xem chi tiết) | Danh sách giao dịch nội bộ |
| Tên Thuộc Tính | Kiểu Dữ Liệu | Mô Tả |
|---|---|---|
| ticker | string | Mã cổ phiếu |
| tradedDate | string | Ngày giao dịch (định dạng: DD/MM/YYYY) |
| value | number | Khối lượng giao dịch |
| isBuy | boolean | true: Giao dịch mua false: Giao dịch bán |
| insiderName | string | Người thực hiện |
| insiderOccupation | string | Chức vụ |
| result | number | Kết quả |
| averagePrice | number | Giá trung bình |
| entityType | string | Đối tượng giao dịch: - INDIVIDUAL: Cá nhân - ORGANIZATION: Tổ chức |
| isTradeMarket | boolean | Hình thức mua bán: - true: Loại giao dịch thỏa thuận hoặc khớp lệnh - false: Loại giao dịch thực hiện quyền |