How to Track Insider Trading with Copilot
Track insider trading in your IDE with Copilot and ToolRouter. Form 4 filing data for developers.
ToolSEC FilingsCopilot fetches insider trading data from EDGAR and helps you build automated alert systems. Generate structured JSON feeds from Form 4 filings, create insider activity scoring functions, and build the data processing pipeline for your insider trading monitoring tool -- all from your IDE.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the SEC Filings tool:
- In Copilot Chat: "Search for Form 4 filings for AAPL"
- Copilot returns the insider trading filings
- Ask: "Format the insider transactions as a JSON feed"
- Use the data in your insider trading alert system
Example Prompt
Try this with Copilot using the SEC Filings tool
Search for AAPL Form 4 filings and output as JSON with insider_name, transaction_type, shares, and date fields.
Tips
- Build automated insider trading alert systems with structured filing data
- Copilot can generate the data processing pipeline alongside the data
- Use for building compliance monitoring tools