get_holdings
Retrieve detailed investment holdings data including positions, values, and returns from Copilot Money accounts. Filter by account or ticker to analyze portfolio performance.
Instructions
Get current investment holdings with position-level detail. Returns ticker, name, quantity, current price, equity value, average cost, and total return per holding. Joins data from account holdings, securities, and optionally historical snapshots. Filter by account or ticker symbol. Note: cost_basis may be unavailable for cash-equivalent positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Filter by investment account ID | |
| ticker_symbol | No | Filter by ticker symbol (e.g., "AAPL", "SCHX") | |
| include_history | No | Include monthly price/quantity snapshots per holding (default: false) | |
| limit | No | Maximum number of results (default: 100, max: 10000) | |
| offset | No | Number of results to skip for pagination (default: 0) |