Skip to main content

Quiver Quantitative Alternative Data

Project description

Quiver Quantitative

Receiving API Token

You can sign up for a Quiver API token here.

The cost is $10/month, please e-mail me at chris@quiverquant.com if that is an issue and I may be able to help cover.

Connecting to Client

After running the pip install shown above in your terminal, you can connect to the client in Python as shown below:

import quiverquant
quiverClient = quiverquant.quiver("<API TOKEN>")

with <API TOKEN> replaced with your unique token.

Fetching data

Using this client, you can access data on:

  • Trading by US congressmen quiver.congress_trading()
  • Corporate Lobbying quiver.lobbying()
  • Government Contracts quiver.gov_contracts()

if you sign up for the Trader API plan, you can also access data on:

  • Companies' Wikipedia page views quiver.wikipedia()
  • Discussions on Reddit's /r/WallStreetBets quiver.wallstreetbets()

Here is an example of how to get a Pandas dataframe of trades by US congressmen:

df = quiverClient.congress_trading()

You can also fetch this data by ticker, as shown below:

dfAAPL = quiverClient.congress_trading("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.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

quiverquant-0.1.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

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