Skip to main content

Quiver Quantitative Alternative Data

Project description

Quiver Quantitative Alternative Data

This package allows you to access several alternative data sources which are updated daily and mapped to tickers. These include:

  • Trading by US congressmen
  • Corporate Lobbying
  • Government Contracts
  • Patents
  • Off-exchange short volume
  • Companies' Wikipedia page views
  • Discussion on Reddit's r/wallstreetbets
  • Discussion on Reddit's r/SPACs
  • Companies' Twitter followings
  • Flights by corporate private jets
  • Political Beta
  • Insider Transactions

This data can be used for backtesting and implementing trading strategies.

Receiving API Token

You can sign up for a Quiver API token here.

The pricing starts at $10/month, please e-mail me if that is an issue and I may be able to help cover.

Getting Started

Prerequisites

  • Python version 3 installed locally
  • Pip installed locally

Installation

The package can easily be installed in your terminal by entering

pip install quiverquant

Usage

#Import the package
import quiverquant

#Connect to the API using your token
#Replace <TOKEN> with your token
quiver = quiverquant.quiver("<TOKEN>")

#Get data on WallStreetBets discussion
dfWSB = quiver.wallstreetbets()

#Get data on WallStreetBets discussion of GameStop
dfWSB_GameStop = quiver.wallstreetbets("GME")

#Get recent trades by members of U.S. Congress
dfCongress = quiver.congress_trading()

#Get trades of a Tesla by members of congress
dfCongress_Tesla = quiver.congress_trading("TSLA")

#Get trades made by U.S. Senator Richard Burr
dfCongress_Burr = quiver.congress_trading("Richard Burr", politician=True)

#Get recent corporate lobbying
dfLobbying = quiver.lobbying()

#Get corporate lobbying by Apple
dfLobbying_Apple = quiver.lobbying("AAPL")

#Get data on government contracts
dfContracts = quiver.gov_contracts()

#Get data on government contracts to Lockheed Martin
dfContracts_Lockheed = quiver.gov_contracts("LMT")

#Get data on off-exchange short volume
dfOTC = quiver.offexchange()

#Get data on off-exchange short volume for AMC
dfOTC_AMC = quiver.offexchange("AMC")

#Get data on Wikipedia page views
dfWiki = quiver.wikipedia()

#Get data on Wikipedia page views of Microsoft
dfWiki_Microsoft = quiver.wikipedia("MSFT")

#Get data on companies' Twitter following
dfTwitter = quiver.twitter()

#Get data on GE's Twitter following
dfTwitter_GE = quiver.twitter("GE")

#Get data on r/SPACs discussion
dfSPACs = quiver.spacs()

#Get data on r/SPACs discussion of CCIV
dfSPACs_CCIV = quiver.spacs("CCIV")

#Get data on recent corporate private jet flights
dfFlights = quiver.flights()

#Get data on private jet flights by Target
dfFlights_Target = quiver.flights("TGT")

#Get data on patents by Apple
dfPatents_Apple = quiver.patents("AAPL")

#Get data on recent insider transactions
dfInsiders = quiver.insiders()

#Get data on recent insider transactions by Tesla insiders
dfInsiders_Tesla = quiver.insiders("TSLA")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quiverquant-0.1.57.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

quiverquant-0.1.57-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file quiverquant-0.1.57.tar.gz.

File metadata

  • Download URL: quiverquant-0.1.57.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.27.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.6

File hashes

Hashes for quiverquant-0.1.57.tar.gz
Algorithm Hash digest
SHA256 cbc68eeb16668afc76990ad238301a2acd10f27a3a902fe7fda979b0108826c6
MD5 b28a1f237fd77da00a924f74280ee0f9
BLAKE2b-256 457d7b3fd786ec0f3cb09a5c86cd38bd3b44c900e31c889d2b2a49a3c37b5c61

See more details on using hashes here.

File details

Details for the file quiverquant-0.1.57-py3-none-any.whl.

File metadata

  • Download URL: quiverquant-0.1.57-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.27.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.6

File hashes

Hashes for quiverquant-0.1.57-py3-none-any.whl
Algorithm Hash digest
SHA256 b6f5457dc93a1da2557262a788a306e5dafa173e85bbe053b09e1b39d16b8a92
MD5 8329d22077e86afbe7d9644b5fda46d5
BLAKE2b-256 7df3b8cf0cce5b0cb3ba9950cad6cc9826728d8050bbf2d7578aea30730bd552

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page