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 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 quiverClient.congress_trading()
- Corporate Lobbying quiverClient.lobbying()
- Government Contracts quiverClient.gov_contracts()
if you sign up for the Trader API plan, you can also access data on:
- Companies' Wikipedia page views quiverClient.wikipedia()
- Discussions on Reddit's /r/WallStreetBets quiverClient.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
Release history Release notifications | RSS feed
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.2.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for quiverquant-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72ebdce268ec7b1be8d6de29b1c9154dfde4d1a37875d8bc92510b99ee4cc73f |
|
MD5 | 181923a1bcbcc37d64b63ec9312522fc |
|
BLAKE2b-256 | cc37dd68d124156bb2cf3e15989ee3363729c5adbf01f9bf851e40e509ca7bb1 |