Quick example of how financial events can be extracted using the Reddit API and Crew AI agents, and then used for stock analytics.
In this project, I aimed to analyse multiple events within articles to see if they overlap and make informed trading decisions based on the extracted financial events.
Crew AI Agent and Task: analyse financial data and suggest the best trading actions based on the current subreddit / topic. Have a look at
Reddit API: To fetch articles related to financial events. See the Basic example Basic event extraction
Results of AI agents: Basic results
Data filtering was tricky, Writing concise prompts for the AI agents and tasks as LLMs outputs can be irregular in terms of formatting
Sources: https://www.crewai.com/
Disclaimer: This example is for educational purposes only and should not be interpreted as trading advice. The provided code, timestamps, and datasets are used for visualisation and experimentation purposes and may not represent a realistic trading model.