crewAIInc / crewAI-tools

MIT License
556 stars 173 forks source link

Adding SEC Tools #99

Open bisansuleiman opened 2 weeks ago

bisansuleiman commented 2 weeks ago

This PR introduces SEC10KTool and SEC10QTool, inspired by the custom tools in the stock_analysis example from the crewAI-examples repository. These tools are designed to search for specific queries from the latest 10-K/10-Q form for a given stock, which make it easier to access specific financial data.

SEC10KTool

The SEC10KTool allows users to search for a specific query within the latest 10-K form of a given company. It retrieves and processes the text from the most recent 10-K annual report.

SEC10QTool

The SEC10KTool allows users to search for a specific query within the latest 10-K form of a given company. It retrieves and processes the text from the most recent 10-Q quarterly report.

joaomdmoura commented 2 weeks ago

Looks good, we need to add it to the init files still if you don't mind :D