List holdings
list_holdingsRetrieve holdings in a fund with filters to find a holding's ID by ticker or name, or review holdings by status with valuation and gain/loss data.
Instructions
List holdings in a fund, with filters. Use to find a holding's ID by ticker or name (e.g. before record_cost or update_price), or to review holdings by status. Returns valuation and gain/loss per holding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| search | No | Substring search over holding name and ticker | |
| status | No | Filter by holding status, e.g. "active" or "sold" | |
| ticker | No | Exact ticker symbol match (case-insensitive), e.g. "VAS" | |
| fund_id | Yes | Fund ID (discover via whoami or list_funds) | |
| per_page | No | Results per page (default 25, max 100) |