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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quiverquant-0.1.3.tar.gz.
File metadata
- Download URL: quiverquant-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe4e14f3c9e6182699d18d8d95ea4504ca1be3e40da60f2dd829cc464f2551a9
|
|
| MD5 |
820234a9c80882fdf64ea13bb7f3b20e
|
|
| BLAKE2b-256 |
b2816b205d67871fd88140d8fb9008e40a184ab94e5496591ab5cb1af799c395
|
File details
Details for the file quiverquant-0.1.3-py3-none-any.whl.
File metadata
- Download URL: quiverquant-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb591ef1b282a193b2706d47a6d98232591459cbad7193a15015528bedf271f0
|
|
| MD5 |
0642ae6f0e1b262db0b329fed4bdb33a
|
|
| BLAKE2b-256 |
acae09f2388622f2d4dd9d3c6b1858e6c2f4bd545c201be267b56bc8ba84bade
|