Install
openclaw skills install @plato-1/quiver-quantitativeQuery alternative financial data from Quiver Quantitative — Congress trading, corporate lobbying, government contracts, insider transactions. Use when tracking politician stock trades, company lobbying spend, or unusual market signals from D.C. Requires QUIVER_API_KEY environment variable.
openclaw skills install @plato-1/quiver-quantitativeAccess alternative data from quiverquant.com to track non-traditional market signals.
Set your API key: export QUIVER_API_KEY=your_key
Track trades by Senators and Representatives.
python scripts/query_quiver.py congress
python scripts/query_quiver.py congress --ticker NVDA
python scripts/query_quiver.py congress --politician "Nancy Pelosi"
python scripts/query_quiver.py lobbying AAPL
python scripts/query_quiver.py contracts LMT
python scripts/query_quiver.py insiders TSLA
All output is JSON. Pipe through jq for filtering.