/top-trades
Largest trades by dollar value for a given date.
Ranks the 10 biggest trades by notional value for a session and labels each by market impact (LOW → WHALE) relative to the ticker's liquidity profile.
Preview
How to use
/top-trades <symbol> [date]| Form | Syntax |
|---|---|
| Slash | /top-trades |
| Prefix | ;top-trades or ;tt |
Parameters
| Parameter | Required | Accepted values | What it does |
|---|---|---|---|
symbol | Yes | US ticker (AAPL, NVDA, SOFI, …) | Stock to query. |
date | No | YYYY-MM-DD (default: today) | Session date. Invalid format returns an error. |
Examples
/top-trades NVDA
/top-trades GME 2026-01-15
;tt TSLAWhat you get
Image table in the channel (or a warning embed if no trades exist).
| Column | Meaning |
|---|---|
| Timestamp | Trade time (ET) |
| Price | Execution price |
| Shares | Share size |
| Impact | Market impact label — color-coded |
| Value | Dollar notional |
Impact labels
| Label | Meaning |
|---|---|
| LOW | Small relative to liquidity |
| MEDIUM | Moderate |
| LARGE | Large |
| VERY LARGE | Very large |
| WHALE | Largest tier |
Footer notes how many total trades were analyzed for that session.
If the market was closed or no tape exists for the date, you get a No Trades Found message instead of an image.
Related commands
/trades-size-overview(/tso) — impact distribution over time/relative-volume(/rvol) — volume vs price context
Notes
- Server channel only.
- Filters out certain condition codes (e.g. odd-lot / out-of-sequence).
- Impact scoring uses a 60-day liquidity profile cached per ticker.

