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

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

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

Tham Số Truy Vấn (Query Parameters)

Tên Tham SốKiểu Dữ LiệuMô Tả
pagestringSố trang bắt đầu tư 0
sizestringSố bản ghi
tickerstringMã 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ínhKiểu Dữ LiệuMô Tả
statusnumber200: Success
400: Error
messagestringThông báo
totalnumberTổng số bản ghi
dataarray (Xem chi tiết)Danh sách giao dịch nội bộ

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

Quay lại
Tên Thuộc TínhKiểu Dữ LiệuMô Tả
tickerstringMã cổ phiếu
tradedDatestringNgày giao dịch (định dạng: DD/MM/YYYY)
valuenumberKhối lượng giao dịch
isBuybooleantrue: Giao dịch mua
false: Giao dịch bán
insiderNamestringNgười thực hiện
insiderOccupationstringChức vụ
resultnumberKết quả
averagePricenumberGiá trung bình
entityTypestringĐối tượng giao dịch:
- INDIVIDUAL: Cá nhân
- ORGANIZATION: Tổ chức
isTradeMarketbooleanHì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

CREDENTIALS

RESPONSE200

{
"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
}
]
}