API Reference

GammaEdge API (1.0.0)

Download OpenAPI specification:

Run specpa analytics API

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

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

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "ticker": "string",
  • "session_date": "string",
  • "generated_at": "string",
  • "expiry_date": "string",
  • "spot_last_updated": "string",
  • "slice_count": 0,
  • "slices": [
    ],
  • "error_message": "string",
  • "error_code": "string",
  • "metadata": { }
}