Quiver Quantitative website screenshot

Quiver Quantitative

Quiver Quantitative is an alternative-data platform that aggregates non-traditional financial datasets and exposes them through a single API. The platform covers congressional and Senate trading, insider trading, lobbying activity, government contracts, corporate patents, executive compensation, institutional and ETF holdings, off-exchange activity, app ratings, and more, giving developers and quantitative researchers programmatic access to alternative data signals starting at $10 per month.

1 APIs 0 Features
Alternative DataFinancial DataInvestment ResearchMarket DataGovernment DataCongressional Trading

APIs

Quiver Quantitative API

The Quiver Quantitative API provides REST access to alternative financial datasets including Congressional and Senate stock trading, insider transactions, lobbying disclosures, ...

Collections

Pricing Plans

Quiver Plans Pricing

3 plans

PLANS

Rate Limits

Quiver Rate Limits

5 limits

RATE LIMITS

FinOps

Quiver Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
📰
Blog
Blog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Quiver Quantitative API
  version: beta
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Live congressional trading activity
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/live/congresstrading
  docs: Live congressional trading activity
- info:
    name: Historical congressional trading for a ticker
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/historical/congresstrading/:ticker
    params:
    - name: ticker
      value: ''
      type: path
      description: Stock ticker symbol (e.g. AAPL)
  docs: Historical congressional trading for a ticker
- info:
    name: Live government contract awards
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/live/governmentcontracts
  docs: Live government contract awards
- info:
    name: Historical corporate lobbying for a ticker
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/historical/lobbying/:ticker
    params:
    - name: ticker
      value: ''
      type: path
      description: Stock ticker symbol (e.g. AAPL)
  docs: Historical corporate lobbying for a ticker
- info:
    name: Historical insider trading for a ticker
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/historical/insiders/:ticker
    params:
    - name: ticker
      value: ''
      type: path
      description: Stock ticker symbol (e.g. AAPL)
  docs: Historical insider trading for a ticker
- info:
    name: Historical Wikipedia page views for a ticker
    type: http
  http:
    method: GET
    url: https://api.quiverquant.com/beta/historical/wikipedia/:ticker
    params:
    - name: ticker
      value: ''
      type: path
      description: Stock ticker symbol (e.g. AAPL)
  docs: Historical Wikipedia page views for a ticker
bundled: true