Profit Analysis
profit_analysisAnalyze portfolio profit and loss for a specific date range. Provide start and end dates to retrieve a summary of gains or losses, ensuring both are set to get results.
Instructions
Get portfolio profit and loss analysis summary. start/end: optional date range in yyyy-mm-dd format. Both must be provided together — passing only one returns empty results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (yyyy-mm-dd). Must be paired with `start`; passing only one returns empty results. | |
| start | No | Start date (yyyy-mm-dd). Must be paired with `end`; passing only one returns empty results. |