Financial Data

Quiver Quantitative

economy

Quiver Quantitative is an cost-effective financial data provider offering Congressional Trading, Insider Trading, Government Contracts and 1 more through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Quiver QuantitativeOfficial docs

Specifications

CategoryFinancial Data
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tiereconomy
Reliabilitystandard
Qualitypremium
Base URLhttps://api.quiverquant.com/beta
SDK Package

Capabilities (4)

Congressional Tradingfinance.congressional-trades
Score: 85
Insider Tradingfinance.insider-trades
Score: 82
Government Contractsfinance.government-contracts
Score: 95DEFAULT
Social Sentimentfinance.social-sentiment
Score: 88DEFAULT

Quick start

Use Quiver Quantitative 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": "quiver-quantitative",
    "capability": "finance.congressional-trades",
    "input": { "prompt": "Hello from Quiver Quantitative!" }
  }'

TypeScript

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

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

const result = await aweb.execute({
  provider: 'quiver-quantitative',
  capability: 'finance.congressional-trades',
  input: { prompt: 'Hello from Quiver Quantitative!' },
});

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 →