Setup
Get an API key
Sign up at unusualwhales.com/pricing and get your API key from the API dashboard.
Options Flow
The core feature — detect unusual options activity, sweeps, and large premium prints.- Python
- CLI
| Parameter | Description |
|---|---|
ticker | Filter by ticker symbol |
min_premium | Minimum premium in dollars |
is_sweep | Only sweep orders |
is_call / is_put | Filter by option type |
is_otm | Only out-of-the-money |
min_dte / max_dte | Days to expiration range |
limit | Number of results (default 50) |
Dark Pool
Institutional block trades executed off-exchange.- Python
- CLI
Congress Trades
Track stock trades disclosed by members of Congress (STOCK Act).- Python
- CLI
Insider Transactions
SEC Form 4 filings — officer, director, and 10% owner trades.- Python
- CLI
Greek Exposure & IV
Options positioning analytics — gamma exposure (GEX), delta exposure (DEX), IV rank, and term structure.- Python
- CLI
Short Interest
Short interest, short volume, and failures to deliver.- Python
- CLI
Market Sentiment
Proprietary market-wide indicators.- Python
- CLI
Screeners
Scan stocks and option chains for setups.- Python
- CLI
Calendars & Earnings
Economic events, FDA catalysts, and earnings schedules.- Python
- CLI
Additional Endpoints
| Function | Description |
|---|---|
UW.stock_info(ticker) | Stock information (price, market cap, sector) |
UW.stock_state(ticker) | Current stock state |
UW.option_chains(ticker) | Full option chains |
UW.institutions() | List tracked institutions |
UW.institution_holdings(name) | Holdings for an institution |
UW.institution_ownership(ticker) | Institutional ownership of a ticker |
UW.etf_holdings(ticker) | ETF holdings breakdown |
UW.etf_flow(ticker) | ETF inflow/outflow |
UW.seasonality(ticker) | Monthly return seasonality |
UW.news() | Financial news headlines |
UW.prediction_whales() | Prediction market whales |
UW.prediction_unusual() | Unusual prediction market activity |
UW.crypto_whales() | Recent crypto whale transactions |
Rate Limits
| Limit | Value |
|---|---|
| Daily requests | 15,000 |
| Per-minute | 120 |
| Daily reset | 8 PM ET |
x-uw-daily-req-count, x-uw-req-per-minute-remaining.
MCP Tools
All functions are available via theunusual_whales compound MCP tool with an action parameter:
options_flow, stock_flow, dark_pool, congress_trades, congress_trader, insider_trades, market_tide, spike, economic_calendar, fda_calendar, stock_info, stock_state, earnings, earnings_schedule, seasonality, greek_exposure, greek_exposure_by_strike, greek_exposure_by_expiry, iv_rank, vol_term_structure, max_pain, option_chains, short_interest, short_volume, ftd, screener_stocks, screener_options, etf_holdings, etf_flow, institutions, institution_holdings, institution_ownership, news, prediction_whales, prediction_unusual, crypto_whales.