정치인 거래 내역 조회
GET/v1/basic/politician-transaction/list/:ticker
기업의 정치인 거래 내역을 조회합니다.
Request
Path Parameters
ticker stringrequired
종목 코드
Query Parameters
page int32
페이지 번호
size int32
페이지 크기
startDate daterequired
조회 시작 날짜 (YYYY-MM-DD)
endDate daterequired
조회 종료 날짜 (YYYY-MM-DD)
Header Parameters
Accept-Country stringrequired
Default value: KR
국가코드 (KR or US)
Accept-Currency string
Default value: KRW
통화 표시 (KRW or USD)
Accept-Language string
Default value: KO
언어표시 (KO or EN)
Responses
- 200
성공
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
ticker string
종목 코드
securityName string
종목 명(영문)
ownershipType string
소유자 유형
symbolType string
증권 유형 (주식, 지수, ETF, 화폐, 환율, 원자재 등)
transactionCode string
거래 타입 코드
amountTradedRange string
거래 금액 범위
politicianLastName string
성
politicianFirstName string
이름
stateDistrict string
선거구
transactionDt date
거래 일자
reportedDt date
공시 일자
politicianType string
정치인 종류
tradeComment string
거래 내용
filingLink string
공시 링크
page integer
Default value: 0
페이지 번호 (기본값: 0)
size integer
Default value: 5
페이지 사이즈 (기본값: 5)
totalPage integer
Default value: 0
총 페이지 수
totalCount integer
Default value: 0
총 항목 수
code string
응답 코드
status integer
응답 상태 코드
message string
응답 메시지
timestamp string
응답 타임스탬프
{
"data": [
{
"ticker": "string",
"securityName": "string",
"ownershipType": "string",
"symbolType": "string",
"transactionCode": "string",
"amountTradedRange": "string",
"politicianLastName": "string",
"politicianFirstName": "string",
"stateDistrict": "string",
"transactionDt": "2024-07-29",
"reportedDt": "2024-07-29",
"politicianType": "string",
"tradeComment": "string",
"filingLink": "string"
}
],
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}
Loading...