Breakdown by ticker
get_symbol_breakdownTrades grouped by ticker over a period: how many, net P&L, fees and win rate for each. This is the tool for "which symbols do I trade most / lose most on" — it covers every trade in the range, unlike get_trades which returns only the newest rows. Options count under their underlying: NVDA shares and NVDA calls are one row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Most-traded tickers to return (default 30) | |
| endDate | No | Inclusive end date (YYYY-MM-DD) | |
| startDate | No | Inclusive start date (YYYY-MM-DD) |