quiverquant.rs
:
An API Wrapper for the QuiverQuant Data API.
Features
- Full QuiverQuant Tier 1 & Tier 2 API Support
async
/.await
support (regardless of runtime)serde
support for all data-types.- Set the API URL to point at a another server for back-testing.
Getting Started
- You'll need an API Key from QuiverQuant. Get one [here][quiverquant-api]
- QuiverQuant has two tiers, one is $10 a month, and the other is $75. Some API methods need a Tier 2 API Key. See QuiverQuant's Documentation for more info.
[]
= "1"
= { = "1", = ["macros"] } # Note: async-std may be used as well
use Client;
async
Get recent trades from Congressional members
use Client;
async
Get recent TSLA trades from Congressional members
Want to run these examples in your terminal?
QQ_API_KEY=<api_key> cargo
See the full example here.
Please refer to the full documentation for more details.
Development
Testing
Run tests with: QQ_API_KEY=<api_key> cargo test
Issues & PRs
Both are accepted and appreciated. Much <3
.