How to Research Quarterly Earnings with Copilot
Research quarterly earnings in your IDE with Copilot and ToolRouter. 10-Q data for financial applications.
ToolSEC FilingsCopilot helps you build earnings tracking infrastructure from EDGAR data. Fetch 10-Q filings, extract financial facts into time series data structures, and generate quarterly comparison functions and charting components -- creating an automated earnings analysis pipeline right in your development environment.
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: "Find AMZN 10-Q filings for the last year"
- Copilot returns the quarterly filing list
- Ask: "Extract financial facts as a quarterly time series JSON"
- Use the data in your earnings analysis dashboard
Example Prompt
Try this with Copilot using the SEC Filings tool
Find AMZN 10-Q filings and extract quarterly revenue as a JSON time series with quarter, revenue, and yoy_growth fields.
Tips
- Build automated quarterly earnings tracking with structured data
- Copilot can generate charting components from the quarterly data
- Use as training data for earnings prediction models