get_transactions_for_period
Fetch transactions for a specific investment account between two dates, using session and account identifiers.
Instructions
Get transactions for an account between two dates.
Args: session: The session name (from list_sessions). account_id: The account ID (from list_accounts). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | ||
| end_date | Yes | ||
| account_id | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |