- 마켓
- 배당
- 어닝
- 애널리스팅
- 기업
- 재무 데이터
- 내부자
- 의원
- 기관
- ETF
- 뉴스
- 환율
- 원자제
- 주식
- 마켓 인덱스
- 캘린더
- 금리
의원 거래 피드 (RSS)
GET
/repre
Request
Query Params
limit
number
optional
page
number
optional
repreType
enum<string>
optional
Allowed values:
allsenatehouse
Default:
all
Example:
senate
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://your-api-server.com/repre?limit=&page=&repreType=senate'
Responses
🟢200OK
application/json
Body
array of:
type
string
required
amount
string
required
name
string
required
district
string | null
required
representativeType
string
required
ownerType
string | null
required
transactionDate
string
required
disclosureDate
string
required
link
string
required
stock
object
required
isin
string
required
logo
string
required
name
string
required
nameKr
string
required
ticker
string
required
Example
[
{
"type": "string",
"amount": "string",
"name": "string",
"district": "string",
"representativeType": "string",
"ownerType": "string",
"transactionDate": "string",
"disclosureDate": "string",
"link": "string",
"stock": {
"isin": "string",
"logo": "string",
"name": "string",
"nameKr": "string",
"ticker": "string"
}
}
]
Modified at 2024-07-19 07:08:25