본문으로 건너뛰기

판매 계획 사전 공시 조회

실시간 해당 종목의 판매 계획에 대한 사전 공시 데이터


STOMP 프로토콜을 사용


Header NameDescription
Waiker-Product-Key웨이커 프로덕트
Authorization웨이커 JWT
Accept-Currency통화 표시 (USD or KRW)
Accept-Language표시 언어
Accept-Country국가 코드

EndPoint & Destination

WebSocket EndPointSubscribe Destination설명
wss://oapi.waiker.ai/realtime/v1/proposed/us내부자 거래 사전 공시 데이터

Subscribe Message

필드타입설명
codeInt응답 코드 (200, 400, 500)
messageString응답 메시지 (SUCCESS, FAIL)
timestampLocaDateTime메시지 전송 시간
dataObject데이터 객체 (Data Object 참고)

Data Object

필드타입설명
companyNameString회사명
companyAddressString주소정보
shareholderContactString연락정보
nameCikStringCIK(투자자 고유 식별 id)
shareholderNameString주주 명
shareholderTypeString주주 유형
classSchemeString종목 구분
brokerMarketmakerString브로커명
brokerMarketmakerDetailsString브로커 상세
numberUnitsSoldDouble예정주식수
aggregateMarketValueDouble시장가기준
totalOutstandingSharesDouble발행주식 수
approxSaleDateLocalDate매도예정일
exchangeString거래소명
remarksString비고

Example

{
"code":200,
"message":"SUCCESS",
"timestamp":"2024-10-11T06:12:59.714630993",
"data":{
"ticker": "AURA",
"companyName": "Aura Biosciences, Inc.",
"companyAddress": {
"city": "Boston",
"street1": "80 Guest Street",
"zipCode": "02135",
"stateOrCountry": "MA"
},
"shareholderContact": "617-500-8864",
"nameCik": "2042910",
"shareholderName": "Amy Elazzouzi",
"shareholderType": "Officer",
"classScheme": "Common Stock",
"brokerMarketmaker": "Morgan Stanley Smith Barney LLC Drive",
"brokerMarketmakerDetails": {
"name": "Morgan Stanley Smith Barney LLC Drive",
"address": {
"city": "Sandy",
"street1": "200 West Civic Center",
"street2": "4th Floor",
"zipCode": "84070",
"stateOrCountry": "UT"
}
},
"numberUnitsSold": 553.0,
"aggregateMarketValue": 5938.41,
"totalOutstandingShares": 49583358.0,
"approxSaleDate": "2024-10-29",
"exchange": "Nasdaq",
"remarks": "The sales reported on this Form 144 represent the number of shares required to be sold by the Reporting Person to cover tax withholding obligations in connection with the vesting of restricted stock units. Such sales were automatic and not at the discretion of the Reporting Person.",
"noticeDate": "2024-10-29",
"reportedDt": "2024-10-29"
}
}