Financial Data

GEX Engine

economy

GEX Engine is an cost-effective financial data provider offering Gamma Exposure, Dealer Stress Index, Key Options Levels and 2 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try GEX EngineOfficial docs

Specifications

CategoryFinancial Data
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttp://localhost:8000
SDK Package

Capabilities (5)

Gamma Exposurefinance.gex
Score: 98DEFAULT
Dealer Stress Indexfinance.dealer-stress
Score: 98DEFAULT
Key Options Levelsfinance.levels
Score: 98DEFAULT
Vega Exposurefinance.vex
Score: 96DEFAULT
Charm Exposurefinance.cex
Score: 96DEFAULT

Quick start

Use GEX Engine through Aweb's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.aweb.studio/v1/execute \
  -H "Authorization: Bearer $AWEB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "gex",
    "capability": "finance.gex",
    "input": { "prompt": "Hello from GEX Engine!" }
  }'

TypeScript

import { Aweb } from '@aweb/core';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.execute({
  provider: 'gex',
  capability: 'finance.gex',
  input: { prompt: 'Hello from GEX Engine!' },
});

console.log(result.output);

Related Financial Data providers

IEX Cloud

standard tier

Alchemy

standard tier

Polygon.io

standard tier

Plaid

premium tier

Moralis

standard tier

QuickNode

standard tier

Getting started →API reference →All capabilities →All providers →