How to Research Quarterly Earnings with Copilot

Research quarterly earnings in your IDE with Copilot and ToolRouter. 10-Q data for financial applications.

Tool
SEC Filings icon
SEC Filings

Copilot 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
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the SEC Filings tool:

  1. In Copilot Chat: "Find AMZN 10-Q filings for the last year"
  2. Copilot returns the quarterly filing list
  3. Ask: "Extract financial facts as a quarterly time series JSON"
  4. 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