GitHub - karanhumber007-ctrl/insider-signal: Multi-source insider trading intelligence CLI for retail investors · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
karanhumber007-ctrl
insider-signal
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>26 Commits<br>26 Commits
.github/workflows
.github/workflows
: tests
: tests
insider_signal
insider_signal
tests
tests
.flake8
.flake8
LICENSE
LICENSE
README.md
README.md
pyproject.toml
pyproject.toml
View all files
Repository files navigation
insider-signal
Multi-source insider trading intelligence CLI for retail investors.
Aggregates U.S. government insider trading disclosures from four<br>public sources into a single tiered signal layer — from one command.
No equivalent open-source aggregator exists.
Why this exists
Retail developers building algorithmic trading systems or financial<br>transparency tools currently have no clean Python library to pull<br>these signals together. They check four different websites manually,<br>with no deduplication or unified scoring.
insider-signal is the infrastructure layer that eliminates that gap.
Data Sources
Tier<br>Who<br>Source<br>Data Type
T1<br>President / Vice President<br>TrumpTracker<br>OGE filings
T2<br>Cabinet secretaries<br>TrumpTracker<br>OGE filings
T3<br>Congress (House + Senate)<br>CapitalTrades + Gov JSON feeds<br>STOCK Act
T4<br>CEOs, CFOs, Directors<br>OpenInsider + UnusualWhales<br>SEC Form 4
All sources are public government disclosures . No paywalls. No API keys required.
Install
pip install insider-signal
Usage
# Full 4-tier report for a ticker<br>insider-signal scan NVDA
# Smart money sweep — $1M+ buys across all sources<br>insider-signal scan --smart-money
# Latest Trump cabinet trades only<br>insider-signal admin
# Trades for a specific person<br>insider-signal person scott-bessent<br>insider-signal person nancy-pelosi
Signal Scoring
Every trade is scored across five dimensions:
Dimension<br>Logic
Tier weight<br>Cabinet = 8.0x, Politician = 5.0x, Corporate = 3.0x
Action<br>BUY = 1.0x multiplier, SELL = 0.3x
Trade size<br>$1M+ = +3.0, $10M+ = +4.0
Disclosure lag<br>Filed late = penalty up to -2.0
10b5-1 penalty<br>Pre-scheduled sales = -3.0
Convergence bonus (+3.0): Same ticker appearing across two or<br>more sources within the same window — the strongest signal in the tool.
Project Structure
insider_signal/<br>├── sources/<br>│ ├── openinsider.py # SEC Form 4<br>│ ├── capitoltrades.py # STOCK Act — House, Senate<br>│ ├── unusualwhales.py # Options flow + insider cross-ref<br>│ └── trumptracker.py # Executive branch OGE filings<br>├── models.py # Trade dataclass, Tier, Action enums<br>├── scoring.py # Signal scoring + convergence engine<br>└── cli.py # Click CLI — scan, admin, person
Contributing
Pull requests welcome. Please open an issue first for major changes.
License
MIT — see LICENSE
About
Multi-source insider trading intelligence CLI for retail investors
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
No releases published
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Python<br>100.0%
You can’t perform that action at this time.