get_transactions
Retrieves trade (execution) history within a given date range. Optionally filter by stock symbol or include only filled orders.
Instructions
기간 내 거래(체결) 내역을 조회합니다.
사용자가 "거래내역", "매매 내역", "지난달 뭐 샀어/팔았어", "체결 내역" 등을 물을 때 호출하세요. 날짜는 "YYYY-MM-DD" 형식이며 주문 생성 시간(KST) 기준 inclusive입니다. symbol 지정 시 해당 종목만 조회합니다.
only_filled=True(기본)면 체결된 주문(FILLED, PARTIAL_FILLED)만 반환하고, False면 취소·거부된 주문도 포함합니다. 각 항목의 execution 필드에 체결 수량·평균 체결가·수수료·세금이 담겨 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| end_date | Yes | ||
| start_date | Yes | ||
| only_filled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||