get_investment_performance
Retrieve structured investment performance data for specific securities from cached financial records, enabling analysis of returns by ticker symbol or security ID.
Instructions
Get per-security investment performance data. Returns structured performance records from the local LevelDB cache, enriched with ticker symbol and name from the securities collection. Filter by ticker symbol or security ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_symbol | No | Filter by ticker symbol (e.g., "AAPL", "VTSAX") | |
| security_id | No | Filter by security ID (SHA256 hash) | |
| limit | No | Maximum number of results (default: 100, max: 10000) | |
| offset | No | Number of results to skip for pagination (default: 0) |