API Reference

GammaEdge API (1.0.0)

Download OpenAPI specification:

Run volume analytics API

Authorizations:
ApiKeyAuth
path Parameters
ticker
required
string (Ticker) [ 1 .. 32 ] characters

Stock/options ticker symbol (e.g. SPY, QQQ, BRK.B)

query Parameters
Min Dte (integer) or Min Dte (null) (Min Dte)

Minimum days to expiration (defaults to full available range)

Max Dte (integer) or Max Dte (null) (Max Dte)

Maximum days to expiration (defaults to full available range)

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "ticker": "string",
  • "generated_at": "string",
  • "spot_price": 0,
  • "spot_last_updated": "string",
  • "expiry_range": {
    },
  • "total_oi": 0,
  • "expiries": [
    ],
  • "error_message": "string",
  • "error_code": "string",
  • "metadata": { }
}