list_transactions
Fetch transaction history for a Schwab account by date range and type, with optional ticker filter.
Instructions
List transactions for one Schwab account within a date range.
Args: account_number: The plain Schwab account number as shown to the user (not the internal account hash). start_date: Start of the date range, inclusive (ISO-8601 date or datetime string). end_date: End of the date range, inclusive (ISO-8601 date or datetime string). types: Required Schwab transaction-type filter, e.g. "TRADE", "DIVIDEND_OR_INTEREST". symbol: Optional ticker symbol to further filter transactions.
Returns: A list of transaction objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | Yes | ||
| symbol | No | ||
| end_date | Yes | ||
| start_date | Yes | ||
| account_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |