Politician Transaction History Inquiry
GET/v1/basic/politician-transaction/list/:ticker
Inquire about the history of politician transactions for a company.
Request
Path Parameters
security code
Query Parameters
Page Number
page size
start date of query (YYYY-MM-DD)
End Date of Query (YYYY-MM-DD)
Header Parameters
Default value: KR
Country Code (KR or US)
Default value: KRW
Currency Code (KRW or USD)
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
Stock code
Security Name (English)
Ownership Type
Security Type (stocks, indices, ETFs, currency, exchange rates, commodities, etc.)
Transaction Type Code
Transaction Amount Range
Last Name
First Name
Electoral District
Transaction Date
Disclosure Date
Type of Politician
Transaction Details
Disclosure Link
Default value: 0
Page number (default: 0)
Default value: 5
Page size (default: 5)
Default value: 0
Total number of pages
Default value: 0
Total number of items
Response code
Response status code
Response message
Response timestamp
{
"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"
}