Profit Analysis
profit_analysisRetrieve portfolio profit and loss analysis summary for a date range. Provide both start and end dates in yyyy-mm-dd format; omitting one returns empty 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 |
|---|---|---|---|
| start | No | Start date (yyyy-mm-dd). Must be paired with `end`; passing only one returns empty results. | |
| end | No | End date (yyyy-mm-dd). Must be paired with `start`; passing only one returns empty results. |