계좌 거래내역 조회
get_transactionsRetrieve account transaction history including buy and sell orders filtered by date range and stock code. Default returns last 30 days of trades.
Instructions
계좌의 거래내역(매수/매도 등)을 기간별로 조회합니다 (키움 kt00015). 기본 조회 기간은 최근 30일이며 from_date/to_date로 변경, stock_code로 특정 종목만 필터링할 수 있습니다. 일자는 결제일(D+2) 기준입니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | No | 조회 종료일 (기본값: 오늘) | |
| from_date | No | 조회 시작일 (기본값: 30일 전) | |
| stock_code | No | 특정 종목만 조회할 때의 6자리 종목코드 |