Skip to content
@FlashAlpha-lab

FlashAlpha

Real-time options analytics API — GEX, IV surfaces, Greeks, dealer positioning

FlashAlpha

Real-time options exposure analytics

The FlashAlpha API delivers institutional-grade options analytics over a simple REST interface. Compute dealer positioning, Black-Scholes greeks, implied volatility, and vol surfaces for US equities — in milliseconds.

PyPI Python License: MIT


What the API provides

Category Endpoints
Exposure analytics GEX, DEX, VEX, CHEX by strike; key levels (gamma flip, call/put walls, max pain); exposure summary
Market data Stock quotes, option quotes with greeks, vol surface, option chains
Pricing Black-Scholes greeks (first, second, third order), implied volatility
Volatility ATM IV, skew, term structure, realized vol, IV/RV spread
Sizing Kelly criterion position sizing
Narrative AI-generated regime and outlook analysis
Historical Minute-level stock and option quotes from ClickHouse

Quick start

pip install flashalpha
from flashalpha import FlashAlpha

fa = FlashAlpha("YOUR_API_KEY")

gex = fa.gex("SPY")
print(f"Net GEX: ${gex['net_gex']:,.0f}")
print(f"Gamma flip: {gex['gamma_flip']}")

Free tier

5 requests/day — no credit card required. Includes GEX, DEX, VEX, CHEX, key levels, greeks, IV, and stock quotes.

Get your API key at flashalpha.com.


Links

Popular repositories Loading

  1. awesome-options-analytics awesome-options-analytics Public

    A curated list of options analytics tools, APIs, libraries, papers, and educational resources for quantitative options trading

    3 3

  2. 0dte-options-analytics 0dte-options-analytics Public

    Real-time 0DTE options analytics in Python — pin risk, gamma regime, expected move, dealer hedging, theta decay. Uses the FlashAlpha API.

    Python 3 2

  3. flashalpha-python flashalpha-python Public

    Python SDK for the FlashAlpha options analytics API — live options screener, gamma exposure (GEX), DEX/VEX/CHEX, options flow, 0DTE, VRP, volatility surfaces, greeks

    Python 1

  4. flashalpha-mcp flashalpha-mcp Public

    MCP server for real-time options analytics — gamma exposure (GEX), dealer positioning, volatility surfaces, greeks, and more. Works with Claude, Cursor, Windsurf, and any MCP-compatible AI assistant.

    1 1

  5. flashalpha-examples flashalpha-examples Public

    Python examples and tutorials for the FlashAlpha options analytics API — GEX dashboards, IV scanners, vol surface plots, dealer positioning, Kelly sizing

    Python

  6. .github .github Public

    Real-time options exposure analytics — gamma (GEX), delta (DEX), vanna (VEX), charm (CHEX), greeks, implied volatility, and more via the FlashAlpha API

Repositories

Showing 10 of 20 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…