show_txns
Get all transactions (buys, sells, deposits, dividends) in date order. Filter by ticker to view a specific asset's history with customizable display currency.
Instructions
Full transaction log (buys, sells, deposits, dividends, taxes) ordered by date ascending. Pass ticker to filter to one symbol — useful for "show me all my AAPL trades" or computing a per-position story. Works for non-stock asset names too (e.g. "Bitcoin"); the match is case-insensitive. Each row has the original currency it was entered in; price is returned in display_currency (default USD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Filter by ticker or asset name (e.g. AAPL, Bitcoin) | |
| display_currency | No | Display currency for price (USD/KRW/EUR/JPY/CNY/GBP/HKD/INR/TWD). Defaults to USD. | USD |