pulse_cohort_performance_daily
Retrieve historical daily performance statistics for trader cohorts, including PnL, volume, trade counts, and active traders per tier. Track group consistency and profitability over up to 30 days.
Instructions
Get historical daily performance statistics for all trader cohorts. Returns PnL, volume, trade counts, and active trader counts per tier. Use this to track the consistency and profitability of different groups over time. Max range is 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Time window for history (max 30d). e.g. '7d', '14d', '30d' | |
| endTime | No | Explicit end time (ISO string or timestamp). Defaults to now. | |
| startTime | No | Explicit start time (ISO string or timestamp). Overrides 'since'. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |