SpotGamma, Unusual Whales, and FlashAlpha all serve the options analytics space but they solve fundamentally different problems. SpotGamma essentially created the retail GEX analysis category. Unusual Whales built the largest options flow community in retail trading. FlashAlpha is the newest entrant, focused on API-first computed analytics.
Pick the wrong one and you'll be screenshotting charts when you need an API, or drowning in raw flow data when you need computed exposure levels. This comparison should help.
Full disclosure: I built FlashAlpha. I'll call out where each platform wins, including where mine falls short.
The TL;DR
| SpotGamma | Unusual Whales | FlashAlpha | |
|---|---|---|---|
| Primary model | Dashboard + expert analysis | Dashboard + API | API-first |
| Core strength | GEX levels + daily commentary | Options flow + dark pool + breadth | Computed exposure analytics + vol surfaces |
| API access | No public API | Yes, 100+ endpoints, MCP server | Yes, REST + Python SDK |
| Free tier | 7-day trial | Limited free dashboard | 10 req/day, no time limit, no credit card |
| Established | ~5 years, pioneered retail GEX | ~5 years, massive community | New (2026) |
| Best for | Discretionary traders wanting expert daily analysis | Flow traders, data scientists, broad market intelligence | Quant developers building systems on exposure/vol data |
What Each Platform Actually Does
SpotGamma — The Pioneer of Retail GEX Analysis
SpotGamma pioneered making gamma exposure accessible to retail traders. Founded by Brent Kochuba, a former derivatives broker and portfolio manager with 20+ years of experience, SpotGamma has built a strong track record proving that their GEX-based levels work as intraday support and resistance.
You get daily key levels (gamma flip, call wall, put wall) for major indices and 3,500+ stocks, twice-daily Founder's Notes with expert analysis and market context, real-time indicators (HIRO), a volatility dashboard, and an S&P 500 heatmap (TRACE). The platform integrates with TradingView, NinjaTrader, ThinkorSwim, Bookmap, Sierra Chart, eSignal, and others.
Strengths:
The Founder's Notes are genuinely useful. If you're a discretionary trader who wants an experienced derivatives professional to interpret the GEX landscape every morning, SpotGamma is hard to beat. The daily levels have years of track record behind them. The chart platform integrations mean you can overlay levels directly where you trade without switching tools. The educational content is strong and helps traders understand the mechanics behind the data.
Limitations:
There is no public API or programmatic access to the data. If you want to build automated systems, scanners, or bots using SpotGamma's levels, you can't. The data lives in the dashboard and chart integrations. For developers building automated systems, this is the fundamental constraint. The platform is also more expensive than the alternatives at the entry level since there's no free tier beyond a 7-day trial.
Pricing: Standard ~$89/mo (~$67/mo annual, indices only), Pro ~$129/mo (~$97/mo annual, adds 3,500+ stocks), Alpha ~$299/mo (~$224/mo annual, adds HIRO real-time indicator + TRACE heatmap). All plans include a 7-day free trial. Verify current prices at spotgamma.com as they change periodically.
Unusual Whales — The Broadest Data Platform
Unusual Whales started as an options flow tracker and has grown into one of the most comprehensive market data platforms available to retail and professional traders. Their community is massive (large Twitter/X following, active Discord, Substack newsletter) and notable organizations like Public and Perplexity use their data.
The API has 100+ endpoints covering options flow, dark pool trades, congressional trading (politician portfolio tracking), institutional holdings (13F filings), insider transactions, earnings calendars, crypto whale transactions, ETF flows, news headlines, market-wide analytics, and more. They recently added an MCP server for AI agent integration, Kafka streaming for real-time feeds, and WebSocket support.
Strengths:
Breadth is unmatched. No other platform in this price range gives you congressional trading, dark pool flow, institutional holdings, options flow, insider transactions, AND market analytics through a single API. The 100+ endpoint count is real and well-documented with an OpenAPI spec. The MCP server is forward-thinking for the AI/vibe coding wave. The dashboard is polished with strong flow visualization, net flow charts, and 0DTE flow tracking. The community and brand recognition are significant advantages that newer platforms can't replicate easily.
Limitations:
UW's core strength is telling you WHAT traded: flow, volume, sweeps, blocks, unusual activity. It's less focused on telling you WHY prices move mechanically. They have some Greek exposure endpoints, but deep exposure analytics (per-strike dealer gamma with regime classification, SVI-calibrated vol surfaces, second-order exposure aggregation like vanna and charm exposure) aren't the primary focus.
The developer experience is functional but without SDK-level ergonomics. You're writing raw HTTP requests against well-documented endpoints. Most experienced developers won't mind this, but it adds friction compared to a dedicated SDK with typed exceptions and retry logic.
Pricing: Dashboard starts at ~$50/mo. API is separately priced with multiple tiers (recently increased by $25-50 per tier in mid-2025). Historical option trades data is $250/mo additional. Enterprise pricing on request. Verify current prices at unusualwhales.com/pricing as they updated recently.
FlashAlpha — API-First Computed Analytics
Full disclosure: I built FlashAlpha.
FlashAlpha is an API-first platform focused on pre-computed options analytics. Instead of giving you raw option chains or flow data, FlashAlpha returns computed exposure analytics: per-strike gamma exposure (GEX), delta exposure (DEX), vanna exposure (VEX), charm exposure (CHEX), SVI-calibrated volatility surfaces, full BSM Greeks through third order, volatility risk premium analysis, and key levels (gamma flip, call/put walls, max pain) for 6,000+ US equities and ETFs.
Strengths:
The computed analytics are the differentiator. One API call returns per-strike dollar gamma, net GEX, gamma flip, call wall, put wall, and regime classification. You don't compute anything, you don't maintain fitting code, you don't need a separate data feed. The Python SDK (pip install flashalpha) wraps everything with typed exceptions, automatic retries, and pass-through responses.
For quant teams, the Alpha plan includes raw SVI parameters per expiry, total variance surface grids, butterfly/calendar arbitrage detection, variance swap fair values, and vanna/charm/volga/speed surfaces. One API call replaces thousands of lines of in-house vol surface infrastructure.
The free tier (10 req/day, no credit card, no time limit) lets you prototype before committing.
Limitations:
No options flow data. If you want to see what traded (sweeps, blocks, unusual activity, dark pool), FlashAlpha doesn't provide it. No congressional trading, no institutional holdings, no insider transactions, no news. The platform is narrow: exposure analytics and volatility only.
No chart platform integrations. There's no TradingView plugin, no NinjaTrader overlay. It's API and web tools only. If you trade on a charting platform and want levels overlaid, SpotGamma has much better integrations today.
The platform is new (launched 2026). SpotGamma and Unusual Whales have years of track record, large communities, established educational content, and proven reliability through multiple market regimes. FlashAlpha doesn't have that history yet. The community is small. There's no expert daily commentary, no educational course library, no large Discord community of active traders sharing setups. If you value community and learning alongside the data, the incumbents offer substantially more.
Some low-liquidity tickers in the 6,000+ coverage universe may return sparse data when options open interest is thin. The analytics are only as good as the underlying options activity.
No mobile app. No email alerts or notification system (you'd build your own on top of the API). No portfolio tracking.
Pricing: Free $0 (10 req/day), Basic $49/mo (250 req/day), Growth $299/mo (2,500 req/day, adds 0DTE + volatility), Alpha $1,199/mo annual (unlimited, SVI surfaces, zero cache).
Head-to-Head: Five Use Cases
1. "I want to check GEX levels before the open"
SpotGamma wins if you want expert interpretation. The Founder's Notes tell you what the levels mean in today's specific market context, backed by years of experience. This is the use case SpotGamma was built for.
FlashAlpha if you want to pull levels into your own script or dashboard programmatically.
Unusual Whales has some exposure endpoints but this isn't their primary focus.
2. "I'm building a trading bot that uses dealer positioning"
FlashAlpha is purpose-built for this. API-first, Python SDK, typed exceptions, structured JSON.
Unusual Whales is possible with their API but you'd be working with flow data rather than pre-computed exposure analytics. Different signal, more computation on your side to derive positioning.
SpotGamma doesn't offer programmatic access, so automated systems using their data aren't possible.
3. "I want to track unusual options activity and dark pool trades"
Unusual Whales wins clearly. This is their core product and nobody else in this comparison comes close. Flow feed, dark pool, sweeps, blocks, net flow, sector flow, congressional trading, insider transactions.
SpotGamma has some flow tools (TAPE) but it's secondary to GEX analysis.
FlashAlpha doesn't offer flow data.
4. "I need SVI vol surfaces and arbitrage detection for my pricing models"
FlashAlpha is the only option here. Raw SVI parameters, total variance grids, butterfly/calendar arb checks, variance swap fair values, greeks surfaces. One API call.
SpotGamma has a volatility dashboard for visual analysis but no API access to surface parameters.
Unusual Whales has volatility data (IV, IV rank, skew) but not SVI-calibrated surfaces or static arbitrage detection.
5. "I want the broadest market data from one provider"
Unusual Whales wins. Options flow + dark pool + congressional + institutional + insider + earnings + crypto + ETF flows + news + market analytics. 100+ endpoints. Nothing else in this comparison matches that breadth.
FlashAlpha is narrow: exposure analytics and volatility only.
SpotGamma is narrow: GEX/positioning analysis only, delivered via dashboard.
The Developer Experience
SpotGamma
SpotGamma is a dashboard product with chart platform integrations, not a developer tool. It integrates with TradingView, NinjaTrader, and others via plugins, which is its own form of integration, but it's point-and-click configuration, not code. For traders who live in charting platforms, this works well. For developers who need data in their own systems, SpotGamma isn't designed for that use case.
Unusual Whales
import requests
headers = {"Authorization": "Bearer YOUR_KEY"}
resp = requests.get(
"https://api.unusualwhales.com/api/stock/SPY/option-contracts",
headers=headers
)
data = resp.json()
Well-documented API with OpenAPI spec, MCP server for AI integration, Kafka streaming, and WebSocket support. The endpoint coverage is impressive (100+) and clearly structured. The developer experience is solid "raw API": good docs, clear patterns, but you handle retries, error parsing, and response mapping yourself. The MCP server is a differentiator for AI agent workflows that neither of the other platforms currently matches.
FlashAlpha
from flashalpha import FlashAlpha, RateLimitError, TierRestrictedError
fa = FlashAlpha("YOUR_KEY")
gex = fa.gex("SPY")
print(f"Net GEX: ${gex['net_gex']:,.0f}")
print(f"Regime: {gex['regime']}")
levels = fa.exposure_levels("SPY")
print(f"Gamma flip: {levels['levels']['gamma_flip']}")
try:
zdte = fa.zero_dte("SPY")
except TierRestrictedError as e:
print(f"Requires {e.required_plan}")
Official Python SDK with typed exceptions, automatic retries, zero dependencies beyond requests. Response fields match the API docs exactly. The developer experience is polished but the platform is narrower in scope than Unusual Whales and newer with less battle-testing.
Pricing Comparison
| Tier | SpotGamma | Unusual Whales | FlashAlpha |
|---|---|---|---|
| Free / Trial | 7-day trial | Limited free dashboard | Free tier, 10 req/day, no time limit |
| Entry | ~$89/mo (indices only) | ~$50/mo (dashboard) | $49/mo (250 req/day, 6,000+ tickers) |
| Mid | ~$129/mo (adds stocks) | API tiers vary | $299/mo (2,500 req/day, 0DTE + vol) |
| Top | ~$299/mo (HIRO + TRACE) | Enterprise (custom) | $1,199/mo annual (unlimited, SVI) |
| Historical data | Not available via API | $250/mo (full market tape) | Coming soon (Alpha plan) |
Note: SpotGamma and Unusual Whales competitor prices are approximate and should be verified on their respective pricing pages. Both adjust pricing periodically.
When to Use Each
Use SpotGamma if you're a discretionary trader who wants expert analysis delivered daily. You want someone with 20+ years of derivatives experience interpreting the GEX landscape for you. You trade on charting platforms and want levels integrated directly. You value a proven track record, educational content, and community over programmatic access.
Use Unusual Whales if you need the broadest market data coverage from one provider. You want flow data, dark pool, congressional trading, and institutional holdings through a single API. You're building a multi-signal model that needs diverse data sources. You value a large active community, strong brand, and the widest feature set available to retail traders.
Use FlashAlpha if you're a developer building automated systems on top of options market structure data. You need pre-computed exposure analytics (GEX/DEX/VEX/CHEX) and volatility surfaces via API with a Python SDK. You want a free tier to prototype before committing. You're comfortable with a newer platform that trades track record for modern architecture and deeper computed analytics.
Use FlashAlpha + Unusual Whales together for the most complete picture: FlashAlpha for computed exposure and vol surfaces (the "why" behind price movement) and Unusual Whales for flow and dark pool (the "what" that's actually trading). The two platforms cover different dimensions of options market intelligence and don't overlap much.
Use SpotGamma + FlashAlpha together if you want expert daily analysis from SpotGamma for your discretionary trading AND programmatic access to exposure data from FlashAlpha for your automated systems or custom dashboards.
Try It Yourself
FlashAlpha: flashalpha.com/pricing — free tier, no credit card. pip install flashalpha.
SpotGamma: spotgamma.com — 7-day free trial on all plans.
Unusual Whales: unusualwhales.com/pricing — free dashboard, paid API tiers.
The right platform depends on your use case, not on which one is "best." A discretionary trader who never writes code would be wasting money on FlashAlpha. A quant developer who needs per-strike exposure data via API would be frustrated with SpotGamma. A data scientist building broad market models would find FlashAlpha too narrow and SpotGamma too closed.
Know what you need, then pick accordingly.
Related reading:
Top comments (0)