{"skill":{"slug":"quiver","displayName":"Quiver Quantitative","summary":"Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals.","description":"---\nname: quiver\ndescription: Query alternative financial data from Quiver Quantitative (Congress trading, Lobbying, Government Contracts, Insider transactions). Use this to track politician stock trades or unconventional market signals.\n---\n\n# Quiver Quantitative Skill\n\nAccess alternative data sets from Quiver Quantitative to track non-traditional market signals.\n\n## Prerequisites\n\n- **API Token:** You need a Quiver Quantitative API token.\n- **Environment:** Set `QUIVER_API_KEY` in your environment or `TOOLS.md`.\n\n## Usage\n\nThis skill uses a Python script to fetch data and return it as JSON.\n\n### Congress Trading\nTrack stock trades by US Senators and Representatives.\n\n```bash\n# Recent trades by all members\nskills/quiver/scripts/query_quiver.py congress\n\n# Specific Ticker\nskills/quiver/scripts/query_quiver.py congress --ticker NVDA\n\n# Specific Politician\nskills/quiver/scripts/query_quiver.py congress --politician \"Nancy Pelosi\"\n```\n\n### Corporate Lobbying\nTrack lobbying spend by companies.\n\n```bash\nskills/quiver/scripts/query_quiver.py lobbying AAPL\n```\n\n### Government Contracts\nTrack government contracts awarded to companies.\n\n```bash\nskills/quiver/scripts/query_quiver.py contracts LMT\n```\n\n### Insider Trading\nTrack corporate insider transactions.\n\n```bash\nskills/quiver/scripts/query_quiver.py insiders TSLA\n```\n\n## Output\n\nAll commands output a JSON array of records. You can pipe this to `jq` to filter or format it.\n\n```bash\n# Get Pelosi's recent NVDA trades\nskills/quiver/scripts/query_quiver.py congress --politician \"Nancy Pelosi\" | jq '.[] | select(.Ticker == \"NVDA\")'\n```\n","topics":["Stock","Trading"],"tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":2607,"installsAllTime":98,"installsCurrent":2,"stars":1,"versions":2},"createdAt":1769668390774,"updatedAt":1778485868789},"latestVersion":{"version":"1.0.1","createdAt":1769669186777,"changelog":"Removed WSB endpoint as it requires premium subscription.","license":null},"metadata":null,"owner":{"handle":"stuhorsman","userId":"s176dv79bp7cptb6gqytqqae398846g8","displayName":"stuhorsman","image":"https://avatars.githubusercontent.com/u/106658046?v=4"},"moderation":null}