Financial Data

FlashAlpha

standard

FlashAlpha is an reliable financial data provider offering Gamma Exposure, GEX Cross-Validation, Alpha Flow Detection and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try FlashAlphaOfficial docs

Specifications

CategoryFinancial Data
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitystandard
Qualitypremium
Base URLhttps://api.flashalpha.com/v1
SDK Package

Capabilities (4)

Gamma Exposurefinance.gex
Score: 90
GEX Cross-Validationfinance.gex-crossval
Score: 96DEFAULT
Alpha Flow Detectionfinance.alpha-flow
Score: 95DEFAULT
GEX Screenerfinance.gex-screener
Score: 94DEFAULT

Quick start

Use FlashAlpha 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": "flashalpha",
    "capability": "finance.gex",
    "input": { "prompt": "Hello from FlashAlpha!" }
  }'

TypeScript

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

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

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

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 →